• Home
  • Raw
  • Download

Lines Matching refs:pi

54 summary: 1 / pi, as a 32 bit float
56 The inverse of pi, as a 32 bit float.
61 summary: 2 / pi, as a 32 bit float
63 2 divided by pi, as a 32 bit float.
70 summary: 2 / pi, as a 32 bit float
72 2 divided by pi, as a 32 bit float.
77 summary: 2 / sqrt(pi), as a 32 bit float
79 2 divided by the square root of pi, as a 32 bit float.
119 summary: pi, as a 32 bit float
121 The constant pi, as a 32 bit float.
126 summary: pi / 2, as a 32 bit float
133 summary: pi / 4, as a 32 bit float
219 summary: Inverse cosine divided by pi
221 Returns the inverse cosine in radians, divided by pi.
290 summary: Inverse sine divided by pi
292 Returns the inverse sine in radians, divided by pi.
364 summary: Inverse tangent of a ratio, divided by pi
366 Returns the inverse tangent of <code>(numerator / denominator)</code>, in radians, divided by pi.
413 summary: Inverse tangent divided by pi
415 Returns the inverse tangent in radians, divided by pi.
648 summary: Cosine of a number multiplied by pi
650 Returns the cosine of <code>(v * pi)</code>, where <code>(v * pi)</code> is measured in radians.
1846 summary: Approximate inverse cosine divided by pi
1848 Returns the approximate inverse cosine in radians, divided by pi.
1931 summary: Approximate inverse sine divided by pi
1933 Returns the approximate inverse sine in radians, divided by pi.
2015 summary: Approximate inverse tangent of a ratio, divided by pi
2018 in radians, divided by pi.
2069 summary: Approximate inverse tangent divided by pi
2071 Returns the approximate inverse tangent in radians, divided by pi.
2167 summary: Approximate cosine of a number multiplied by pi
2169 Returns the approximate cosine of (v * pi), where (v * pi) is measured in radians.
2621 summary: Approximate sine of a number multiplied by pi
2623 Returns the approximate sine of (v * pi), where (v * pi) is measured in radians.
2716 summary: Approximate tangent of a number multiplied by pi
2718 Returns the approximate tangent of (v * pi), where (v * pi) is measured in radians.
3130 summary: Sine of a number multiplied by pi
3132 Returns the sine of (v * pi), where (v * pi) is measured in radians.
3291 summary: Tangent of a number multiplied by pi
3293 Returns the tangent of (v * pi), where (v * pi) is measured in radians.