spear-kernels 1.3.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/index.cjs +289 -268
- package/index.js +289 -268
- package/package.json +25 -25
package/README.md
CHANGED
|
@@ -42,5 +42,5 @@ instance.exports.spear(2); // same protected-division semantics as the JS backen
|
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
Division is **protected** exactly like the engine: denominators floored at
|
|
45
|
-
|
|
46
|
-
these rails
|
|
45
|
+
±1e-4 (sign-preserving), results clamped to ±1e4. Discovered formulas rely on
|
|
46
|
+
these rails — do not swap in bare `/`.
|