Searched defs:sqrt (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dsupport.c43 * 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) */
549 if(x!=x||x==0.0) return(x); /* sqrt(Na
[all...]

Completed in 8 milliseconds