Namespace: joker.math
v1.0Provides basic constants and mathematical functions.
Index
-
cos
Function v1.0(cos x)
Returns the cosine of the radian argument x.
-
hypot
Function v1.0(hypot p q)
Returns Sqrt(p*p + q*q), taking care to avoid unnecessary overflow and underflow.
-
pi
Double v1.0Mathematical constant Pi.
source -
sin
Function v1.0(sin x)
Returns the sine of the radian argument x.