Added fast_exp math (#3)

Co-authored-by: Zachary Levy <zachary@sunforge.is>
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-03-30 01:52:43 +00:00
parent 2d4494233b
commit a8f98e893f
2 changed files with 179 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/odinfmt.schema.json",
"character_width": 110,
"tabs_width": 1
"tabs_width": 1,
"inline_single_stmt_case": true
}