Module substrate_fixed::transcendental [−][src]
This module contains transcendental functions.
Constants
E | e |
FRAC_PI_2 | pi/2 |
FRAC_PI_4 | pi/4 |
LOG2_E | log2(e) |
ONE | one |
PI | pi |
THREE | three |
TWO | two |
TWO_PI | 2*pi |
ZERO | zero |
Functions
asin | arcsine function in radians |
cos | cosine function in radians |
exp | exponential function e^(operand) |
ln | natural logarithm |
log2 | base 2 logarithm |
pow | power |
powi | power with integer exponend |
sin | sine function in radians |
sqrt | square root |
tan | tangent function in radians |