Implementation of Gaussian Cumulative Distribution Function (CDF) in Solidity. The library is tested against https://github.com/errcw/gaussian and has a maximum error of 1e-13.
Run the following command in order to install the needed JavaScript packages.
$ npm i
Run the following command in order to build the project’s smart contracts.
$ forge build
Run the following command in order to test the library against errcw/gaussian.
$ forge test