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 80628e0 commit 0afd501
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
```markdown
# DegeGauss: Gaussian CDF Optimized for Degens

## Overview
Expand Down Expand Up @@ -35,13 +34,5 @@ This project is licensed under the MIT License - see the LICENSE file for detail

- Inspired by [primitivefinance/solstat](https://github.com/primitivefinance/solstat) and [errcw/gaussian](https://github.com/errcw/gaussian)
- Uses [ABDK Libraries for Solidity](https://github.com/abdk-consulting/abdk-libraries-solidity)

## Author

[0xKnxwledge]

Submission for the following 2024 Paradigm Fellowship technical question:

Implement a maximally optimized gaussian CDF on the EVM for arbitrary 18 decimal fixed point parameters x, μ, σ. Assume -1e20 ≤ μ ≤ 1e20 and 0 < σ ≤ 1e19. Should have an error less than 1e-8 vs errcw/gaussian for all x on the interval [-1e23, 1e23].

```
- Submission for the following 2024 Paradigm Fellowship technical question:
- Implement a maximally optimized gaussian CDF on the EVM for arbitrary 18 decimal fixed point parameters x, μ, σ. Assume -1e20 ≤ μ ≤ 1e20 and 0 < σ ≤ 1e19. Should have an error less than 1e-8 vs

0 comments on commit 0afd501

Please sign in to comment.