feat: config and approximate equality #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Establishes a global config object for a TypeDispatcher instance, so far
with just properties representing comparison tolerances. Begins a
"relational" group of functions with basic approximate equality, and
an initial primitive ordering comparison. Ensures that methods that
depend on properties of
config
will be properly updated when thoseproperties change.
To be ready for merge, this just needs additional generic relational methods the use the basic building blocks of absolute ordering and equality to give all of the usual comparison operations (per pocomath and/or mathjs).
WIP: feat: config and approximate equalityto feat: config and approximate equalityNow has all of the relational functions of pocomath (and maybe a bit more). Merging.