Skip to content

GA006/gaussian-cdf

Repository files navigation

gaussian-cdf

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.

Usage

JS Packages

Run the following command in order to install the needed JavaScript packages.

$ npm i

Foundry

Build

Run the following command in order to build the project’s smart contracts.

$ forge build

Test

Run the following command in order to test the library against errcw/gaussian.

$ forge test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published