Switch from custom LN_2 constant to math.LN2

This commit is contained in:
Zachary Levy
2026-03-29 20:29:24 -07:00
parent a8f98e893f
commit 25fca052f5
2 changed files with 9 additions and 5 deletions

View File

@@ -22,6 +22,11 @@
"command": "odin test levsync -out=out/debug/test_levsync",
"cwd": "$ZED_WORKTREE_ROOT"
},
{
"label": "Test levmath",
"command": "odin test levmath -out=out/debug/test_levmath",
"cwd": "$ZED_WORKTREE_ROOT"
},
// ---------------------------------------------------------------------------------------------------------------------
// ----- LMDB Examples ------------------------
// ---------------------------------------------------------------------------------------------------------------------