Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 725 Bytes

Interest Math

A set of math libraries used by Interest Protocol.

It contains the following modules:

  • fixed18: Fixed point arithmetic with 1e18 precision.
  • u64: Utility functions for u64.
  • u128: Utility functions for u128.
  • u256: Utility functions for u256.
  • i32: Utility functions for i32.
  • i64: Utility functions for i64.
  • i128: Utility functions for i128.
  • i256: Utility functions for i256.

Immutable

The package is immutable (Testnet)

Code

Testnet Explorer