]> Lady’s Gitweb - Sutra/commit
Add all X·S·D non‐auxillary functions current 0.1.0
authorLady <redacted>
Sat, 15 Jul 2023 22:04:04 +0000 (15:04 -0700)
committerLady <redacted>
Sat, 15 Jul 2023 22:04:04 +0000 (15:04 -0700)
commit8ead025fe221239c198ca31a1d4e03e0318dd54f
tree131230fb20d069ef7d528a8ce3daceb62afe1042
parent86748e0641f8c4d833cf2cca4873925a6f6c64e8
Add all X·S·D non‐auxillary functions

Some function implementations differ from that literally specified in
the specification because exact adherence would lead to floating‐point
rounding errors. The literal implementation is still provided, al·be·it
commented out.

Auxillary functions (defined as those functions in the X·S·D
specification with a grey background ∣ `aux` class) are implemented,
but not exported. Some of these are not even used due to the above and
will likely be removed in a future version of this module.

It is expected that further optimization of the actually exported
functions will probably take place at some point, but this initial
release provides extreme spec adherence for posterity (and validation
of the test suite).
deno.lock
deps.js
dev-deps.js
xsd/functions.js
xsd/functions.test.js [new file with mode: 0644]
xsd/productions.js
This page took 0.021202 seconds and 4 git commands to generate.