1Overloads(3)          User Contributed Perl Documentation         Overloads(3)
2
3
4

NAME

6       PDL::Complex::Overloads - subclass of Math::Complex with overload
7       fallbacks
8

SYNOPSIS

10         require PDL::Complex::Overloads;
11         my $same = PDL::Complex::Overloads::cplx(1, 2) eq '1+2i';
12

DESCRIPTION

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

AUTHOR

19       Ed J
20

SEE ALSO

22       Math::Complex
23
24
25
26perl v5.36.0                      2023-01-20                      Overloads(3)
Impressum