8000 GitHub - jstat17/Solidity-Math: Numerical approximations to mathematical functions in Solidity.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jstat17/Solidity-Math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Solidity-Math

Numerical approximations to mathematical functions in Solidity. Builds on the Fixidity fixed-point math library at https://github.com/CementDAO/Fixidity.

Current features:

  • sine, cosine, tangent trigonometric functions (in radians).
  • value of π to 24 digits of precision.
  • generate an int256 pseudorandom number between some upper and lower bounds (inclusive)

About

Numerical approximations to mathematical functions in Solidity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0