Home
last modified time | relevance | path

Searched refs:asin_real (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DTrig.t387 is(asin_real(-2.0), -&pip2);
388 is(asin_real(-1.0), -&pip2);
389 is(asin_real(-0.5), asin(-0.5));
390 is(asin_real( 0.0), asin( 0.0));
391 is(asin_real( 0.5), asin( 0.5));
392 is(asin_real( 1.0), pip2);
393 is(asin_real( 2.0), pip2);
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm106 sub asin_real { subroutine
224 my $phi1 = asin_real(sin($lat0)*cos($dst) +
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/
H A DChangeLog136 * Fix a typo in the asin_real/acos_real documentation
148 rt.cpan.org #32291, asin_real() and acos_real(), also