logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PDL::Complex::Overloads - subclass of Math::Complex with overload fallbacks

Author

       Ed J

Description

       This is a subclass whose only purpose is to provide Math::Complex's overloads but with "fallback" true,
       mainly to allow string-comparison for backwards compatibility.

Name

       PDL::Complex::Overloads - subclass of Math::Complex with overload fallbacks

See Also

       Math::Complex

perl v5.40.1                                       2025-03-27                       PDL::Complex::Overloads(3pm)

Synopsis

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

See Also