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

Math::Complex_C::Q - perl interface to C's __complex128 (quadmath) operations. River stage zero No dependents

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

SISYPHUS/Math-Complex_C-Q-0.07 - 05 Feb 2022 05:23:30 UTC
1 result (0.037 seconds)