Enhanced C#
Language of your choice: library documentation
|
Provides power, logarithm, raise-e-to-exponent (Exp) and logarithm-of-e (Log) operations. More...
Provides power, logarithm, raise-e-to-exponent (Exp) and logarithm-of-e (Log) operations.
Public Member Functions | |
T | Exp (T a) |
T | Pow (T @base, T exponent) |
T | Ln (T a) |
T | Log (T a, T @base) |