HomeSort by: relevance | last modified time | path
    Searched defs:tanpi (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
s_tanpi.c 28 * tanpi(x) computes tan(pi*x) without multiplication by pi (almost). First,
29 * note that tanpi(-x) = -tanpi(x), so the algorithm considers only |x| and
33 * 1. For small |x|, tanpi(x) = pi * x where a sloppy threshold is used. The
39 * 2. For |x| < 1, argument reduction is not required and tanpi(x) is
49 * tanpi(x) = tan(pi*(j0+r)) = ---------------------------- = tanpi(r)
54 * 4. For |x| >= 0x1p(P-1), |x| is integral and tanpi(x) = copysign(0,x).
58 * tanpi(+-0) = +-0
59 * tanpi(n) = +0 for positive even and negative odd integer n
115 tanpi(double x) function in typeref:typename:double
    [all...]
namespace.h 107 #define tanpi _tanpi macro

Completed in 57 milliseconds