Structs§
- AbsFunction
- ABS function - Absolute value
- Ceil
Function - CEIL function - Alias for CEILING function
- Ceiling
Function - CEILING function - Round up to nearest integer
- Degrees
Function - DEGREES function - Convert radians to degrees
- ExpFunction
- EXP function - e raised to the power
- Factorial
Function - FACTORIAL function - Calculate factorial of a number
- Fibonacci
Function - FIBONACCI function - returns the nth Fibonacci number
- Floor
Function - FLOOR function - Round down to nearest integer
- Geometric
Function - GEOMETRIC function - geometric series sum: a + ar + ar² + … + ar^(n-1)
- Harmonic
Function - HARMONIC function - harmonic series sum 1 + 1/2 + 1/3 + … + 1/n
- LnFunction
- LN function - Natural logarithm
- Log10
Function - LOG10 function - Base-10 logarithm
- LogFunction
- LOG function - Logarithm with specified base
- ModFunction
- MOD function - Modulo operation
- PowFunction
- POW function - Alias for POWER function
- Power
Function - POWER function - Raise to power
- Quotient
Function - QUOTIENT function - Integer division
- Radians
Function - RADIANS function - Convert degrees to radians
- Round
Function - ROUND function - Round to specified decimal places
- Sqrt
Function - SQRT function - Square root
- SumN
Cube Function - SUM_N_CUBE function - sum of cubes from 1 to n
- SumN
Function - SUM_N function - Sum of first n natural numbers (triangular number)
- SumN
SqrFunction - SUM_N_SQR function - sum of squares from 1 to n
Functions§
- register_
math_ functions - Register all math functions