1Overloads(3) User Contributed Perl Documentation Overloads(3)
2
3
4
6 PDL::Complex::Overloads - subclass of Math::Complex with overload
7 fallbacks
8
10 require PDL::Complex::Overloads;
11 my $same = PDL::Complex::Overloads::cplx(1, 2) eq '1+2i';
12
14 This is a subclass whose only purpose is to provide Math::Complex's
15 overloads but with "fallback" true, mainly to allow string-comparison
16 for backwards compatibility.
17
19 Ed J
20
22 Math::Complex
23
24
25
26perl v5.34.0 2022-02-28 Overloads(3)