Exponential functions
Optimized basic math functions
- Exp Calculates \(e\) raised to the argument (\(e^{x}\)).
- Exp2 Calculates \(2\) raised to the argument (\(2^{x}\)).
- ExpM1 Calculates \(e\) raised to the argument and subtracts one (\(e^{x}-1\)).
- Log Calculates the natural (base-\(e\)) logarithm of the argument.
- Log10 Calculates the base-10 logarithm of the argument.
- Log2 Calculates the base-2 logarithm of the argument.
- Log1P Calculates the natural (base-\(e\)) logarithm of the argument plus one.