- Author: Stardust D.L.
The math extension for iExpr. But it also can be used as a math library independently. For more extentsions, please visit here.
A tiny library about some numerics.
Now it contains BigDecimal (based on BigNumber)which supports:
- conversion from built-in numeric, and parsing from strings, and ToString.
+,-,*,/,%
and positive integral power
This is the core library for iExpr: iExpr.Core