Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 945 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 945 Bytes

iExpr.Extensions.Math

  • 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.

iExpr.Extensions.Math.Numerics

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

Links

This is the core library for iExpr: iExpr.Core

License

LGPLv3