Searched refs:asin (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.t46 $x = asin(2);
H A DTrig.pm166 $z = asin(2.4);
197 B<asin>, B<acos>, B<atan>
274 C<asin(2)> has no definition for plain real numbers but it has
288 print asin(2), "\n";
492 cannot be completely avoided if we want things like C<asin(2)> to give
H A DComplex.t597 |'acsc(z)':'asin(1 / z)'
620 |'sin(asin(z))':'z'
650 |'asin(sin(z))':'z'
757 &asin
766 &asin
H A DComplex.pm51 asin acos atan
954 # asin
956 # Computes the arc sine asin(z) = -i log(iz + sqrt(1-z*z)).
958 sub asin { subroutine
1008 # Computes the arc cosecant acsc(z) = asin(1 / z).
1013 return asin(1 / $z);
1682 asin(z) = -i * log(i*z + sqrt(1-z*z))
1686 acsc(z) = asin(1 / z)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm805 math_h => [qw(HUGE_VAL acos asin atan ceil cosh fabs floor fmod
H A DPOSIX.xs1155 asin(x)

Completed in 23 milliseconds