Searched refs:asin (Results 1 – 15 of 15) sorted by relevance
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | in.rexecd.c | 158 static struct sockaddr_storage asin; variable 205 asin.ss_family = AF_INET; /* used for bind */ in doit() 209 asin.ss_family = AF_INET6; /* used for bind */ in doit() 257 if (bind(s, (struct sockaddr *)&asin, fromplen) < 0) in doit()
|
| /onnv-gate/usr/src/lib/libshell/common/data/ |
| H A D | math.tab | 6 f 1 asin
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| H A D | Complex.t | 757 &asin 766 &asin
|
| H A D | Trig.t | 46 $x = asin(2);
|
| H A D | Complex.pm | 958 sub asin { subroutine 1013 return asin(1 / $z);
|
| /onnv-gate/usr/src/lib/libbc/inc/include/ |
| H A D | math.h | 47 extern double asin(/* double x */);
|
| /onnv-gate/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
| H A D | math | 108 "\001asin", (Math_f)asinl,
|
| /onnv-gate/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
| H A D | math | 108 "\001asin", (Math_f)asinl,
|
| /onnv-gate/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
| H A D | math | 108 "\001asin", (Math_f)asinl,
|
| /onnv-gate/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
| H A D | math | 108 "\001asin", (Math_f)asinl,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
| H A D | POSIX.xs | 1155 asin(x)
|
| H A D | POSIX.pod | 131 =item asin 133 This is identical to the C function C<asin()>, returning
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perl5004delta.pod | 967 asin acos atan
|
| H A D | perlfunc.pod | 4596 For the inverse sine operation, you may use the C<Math::Trig::asin> 4599 sub asin { atan2($_[0], sqrt(1 - $_[0] * $_[0])) }
|
| H A D | perltoc.pod | 17793 _exit, abort, abs, access, acos, alarm, asctime, asin, assert, atan, atan2,
|