cl_math(1) DragonFly General Commands Manual cl_math(1)
Authors: Enrique Marcote (enrique.marcote@erlang-consulting.com) Miguel
Rodriguez (miguel@erlang-consulting.com)
MODULE
cl_math
DESCRIPTION
Like the math module but using degrees instead of radians.
EXTERNAL EXPORTS
Math functions.
cos(Degrees) -> Value
Types
Degrees = int()
Value = float()
Computes the cosine of an angle given in Degrees.
sin(Degrees) -> Value
Types
Degrees = int()
Value = float()
Computes the sine of an angle given in Degrees.
radians(Degrees) -> Radians
Types
Degrees = int()
Radians = float()
Gets the Radians given a value in Degrees.
SEE ALSO
common_lib(1)
common_lib Version: 3.3.4 cl_math(1)