Math Routines used in ESBPCS for .NET
Class | Description |
---|---|
CompareOps | Math Comparison Routines for EsbPCS. Equality, inequality, greater than and less than comparisons should not be done with the operators, rather use these methods where the precision of the comparison can be controlled. Methods for double, float and decimal included. |
DecimalOps | Decimal Routines that are missing from C# including Sqrt, etc. |
IntOps | Integer Routines for ESBPCS. |