Mercerenies / fifi-calculator

1 stars 0 forks source link

Infinity? #4

Open Mercerenies opened 1 month ago

Mercerenies commented 1 month ago

Currently we just leverage IEEE 754 infinities. But if we're doing more advanced algebra stuff, it may make sense to roll our own.

Mercerenies commented 2 weeks ago

Note: We actually don't use IEEE infinities or NaN in most situations, so as to keep our Number type clean.

Mercerenies commented 1 week ago

When we implement infinity, we'll need to look at the Interval Type (#71) and add in unbounded intervals, as well as interval division.

Mercerenies commented 4 days ago

Also needed: ln and log (and anything that can have a denominator of zero)