- Sort Score
- Result 10 results
- Languages All
Results 131 - 132 of 132 for cosa (0.16 sec)
-
lib/fips140/v1.0.0.zip
// We could do that by doubling _W * n times, or with a square-and-double // chain log2(_W * n) long. Turns out the fastest thing is to start out with // doublings, and switch to square-and-double once the exponent is large // enough to justify the cost of the multiplications. // The threshold is selected experimentally as a linear function of n. threshold := n / 4 // We calculate how many of the most-significant bits of the exponent we can // compute before crossing the threshold, and we do it with...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
api/go1.txt
pkg math, func Atanh(float64) float64 pkg math, func Cbrt(float64) float64 pkg math, func Ceil(float64) float64 pkg math, func Copysign(float64, float64) float64 pkg math, func Cos(float64) float64 pkg math, func Cosh(float64) float64 pkg math, func Dim(float64, float64) float64 pkg math, func Erf(float64) float64 pkg math, func Erfc(float64) float64 pkg math, func Exp(float64) float64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)