Lines Matching refs:measured

282  * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
401 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
524 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f.
608 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
1199 * Returns the cosine of an angle measured in radians.
1238 * Returns the hypebolic cosine of v, where v is measured in radians.
1277 * Returns the cosine of (v * pi), where (v * pi) is measured in radians.
1279 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
3778 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f.
3925 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f.
4075 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f.
4175 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f.
4269 * Returns the approximate cosine of an angle measured in radians.
4363 * Returns the approximate cosine of (v * pi), where (v * pi) is measured in radians.
4365 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
5087 * Returns the approximate sine of an angle measured in radians.
5234 * Returns the approximate sine of (v * pi), where (v * pi) is measured in radians.
5236 * To get the sine of a value measured in degrees, call sinpi(v / 180.f).
5330 * Returns the approximate tangent of an angle measured in radians.
5422 * Returns the approximate tangent of (v * pi), where (v * pi) is measured in radians.
5424 * To get the tangent of a value measured in degrees, call tanpi(v / 180.f).
5971 * Returns the sine of an angle measured in radians.
6055 * Returns the hyperbolic sine of v, where v is measured in radians.
6094 * Returns the sine of (v * pi), where (v * pi) is measured in radians.
6096 * To get the sine of a value measured in degrees, call sinpi(v / 180.f).
6269 * Returns the tangent of an angle measured in radians.
6347 * Returns the tangent of (v * pi), where (v * pi) is measured in radians.
6349 * To get the tangent of a value measured in degrees, call tanpi(v / 180.f).