Skip to content

erivas-ligo/math-lib-cameligo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

math-lib-cameligo

This repository contains a math library for LIGO. It is provided in two flavors (Float & Rational), and the project is structured as follows

  1. core: This contains basic math functions like isqrt, power, factorial, min, max, log_10.
  2. float: This provides floating point arithmetic for LIGO (which is not supported natively by Michelson). It also provides some useful trigonometric functions.
  3. rational: This provides rational arithmetic for LIGO (which is not supported natively by Michelson). It also provides some useful trigonometric functions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • LigoLANG 96.7%
  • Makefile 3.3%