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-LongDouble SISYPHUS"

Math::LongDouble - perl interface to C's long double operations River stage zero No dependents

use Math::LongDouble qw(:all); $arg = ~0; # largest UV $d1 = Math::LongDouble->new($arg); # Assign the UV ~0 to $d2. $d2 = UVtoLD($arg); # Assign the UV ~0 to $d2. $arg = -21; $d1 = Math::LongDouble->new($arg); # Assign the IV -21 to $d2. $d2 = IVtoL...

SISYPHUS/Math-LongDouble-0.25 - 12 Feb 2024 00:03:06 UTC
1 result (0.032 seconds)