Updated 6 months ago
@stdlib/math-iter-special-cospi
Create an iterator which computes the cosine of each iterated value times π.
Updated 6 months ago
@stdlib/math-iter-special-sinpi
Create an iterator which computes the sine of each iterated value times π.
Updated 6 months ago
@stdlib/math-base-special-sqrtpi
Compute the principal square root of the product of π and a positive number.
Updated 6 months ago
https://github.com/antonbaumann/useless-pi-generator
Generate PI using random numbers
Updated 6 months ago
constants-float32-sqrt-two-pi
Square root of 2π as a single-precision floating-point number
Updated 6 months ago
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
Updated 6 months ago
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
Updated 6 months ago
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.