Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.Math.IExp< T > Interface Template Reference

Provides power, logarithm, raise-e-to-exponent (Exp) and logarithm-of-e (Log) operations. More...


Source file:
Inheritance diagram for Loyc.Math.IExp< T >:
Loyc.Math.IComplexMath< T > Loyc.Math.IFloatMath< T > Loyc.Math.MathD Loyc.Math.MathF

Remarks

Provides power, logarithm, raise-e-to-exponent (Exp) and logarithm-of-e (Log) operations.

Public Member Functions

Exp (T a)
 
Pow (T @base, T exponent)
 
Ln (T a)
 
Log (T a, T @base)