Added fast_exp math

This commit is contained in:
Zachary Levy
2026-03-29 18:42:04 -07:00
parent 2d4494233b
commit 44232dde4f
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
}