The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Math-Complex_C Math::Complex"

Math::Complex_C - perl interface to C's double precision complex operations. River stage zero No dependents

use warnings; use strict; use Math::Complex_C qw(:all); # For brevity, use MCD which is an alias for Math::Complex_C::new my $c = MCD(12.5, 1125); # assign as NV my $root = MCD(); sqrt_c($root, $c); print "Square root of $c is $root\n"; See also the ...

SISYPHUS/Math-Complex_C-0.16 - 06 Jul 2022 12:31:40 UTC
1 result (0.044 seconds)