Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xknxwledge committed Jul 21, 2024
1 parent 0afd501 commit 63467d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## Overview
- Inputs and Outputs are in 18 decimal fixed point representation
- Parameters: x (variable), μ (mean), σ (standard deviation)
- Parameters: x (realization), μ (mean), σ (standard deviation)
- Constraints:
- -1e20 ≤ μ ≤ 1e20
- 0 < σ ≤ 1e19
- x in [-1e23, 1e23]
- Error requirement: < 1e-8 vs errcw/gaussian
- High-precision and gas efficient computation using 128-bit IEEE 754 floating-point arithmetic
- Max absolute error relative to errcw/gaussian on the order of 1e-17 (check Gauss.t.sol to verify and test out other parameterizations and realizations)

Expand Down

0 comments on commit 63467d7

Please sign in to comment.