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

Math::Float128 - perl interface to C's (quadmath) __float128 operations River stage zero No dependents

use Math::Float128 qw(:all); $arg = ~0; # largest UV $f1 = Math::Float128->new($arg); # Assign the UV ~0 to $f2. $f2 = UVtoF128($arg); # Assign the UV ~0 to $f2. $arg = -21; $f1 = Math::Float128->new($arg); # Assign the IV -21 to $f2. $f2 = IVtoF128(...

SISYPHUS/Math-Float128-0.16 - 11 Apr 2022 06:32:44 UTC
1 result (0.032 seconds)