Functions from standard math library. More...
Modules | |
Arithmetic operations | |
+, -, *, /, >>, << | |
Complex operations | |
real, imag, conjugate etc. | |
Exponential and logarithmic functions | |
exp, log, expm1, log1p, etc. | |
Hyperbolic functions | |
sinh, cosh, tanh, etc. | |
Logical operations | |
&&, ||, |, &, <, >, <=, >=, ==, ! | |
Numeric functions | |
floor, round, min, max, etc. | |
Trigonometric functions | |
sin, cos, tan, etc. | |
Functions from standard math library.