HomeSort by relevance Sort by last modified time
    Searched defs:sqrt (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/eqn/
sqrt.c 20 sqrt(int p2) function
  /onnv/onnv-gate/usr/src/lib/libast/common/uwin/
support.c 43 * Some IEEE standard 754 recommended functions and remainder and sqrt for
49 * slow (in particular, drem and sqrt is extremely inefficient). Each
58 * sqrt(x)
339 extern double sqrt(x) function
352 /* sqrt(NaN) is NaN, sqrt(+-0) = +-0 */
355 /* sqrt(negative) is invalid */
364 /* sqrt(INF) is INF */
375 /* generate sqrt(x) bit by bit (accumulating in q) */
501 /* SQRT
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
Complex.pm 61 sqrt log ln
82 'sqrt' => \&sqrt,
341 return $self->{'polar'} = [CORE::sqrt($x*$x + $y*$y),
615 # (sqrt)
617 # Compute sqrt(z).
620 # sqrt() would return the two solutions. This, however, would
623 # print "sqrt(z) = ", sqrt($z), "\n";
629 sub sqrt { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dc/
dc.c 211 error(gettext("sqrt of neg number\n"));
220 arg2 = sqrt(arg1);
1024 sqrt(struct blk *p) function
    [all...]

Completed in 4190 milliseconds