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-L Math::Complex"

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

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

SISYPHUS/Math-Complex_C-L-0.08 - 07 Feb 2022 05:10:30 UTC
1 result (0.037 seconds)