Mercerenies / fifi-calculator

1 stars 0 forks source link

Evaluation commands #29

Closed Mercerenies closed 1 month ago

Mercerenies commented 5 months ago
Mercerenies commented 5 months ago

N should also make any rational quantities inexact.

Mercerenies commented 1 month ago

I'm going to implement N to evaluate rational quantities in v1.0. For v1.0, we'll leave the handling of symbolic constants like pi alone (that is, = simplifies them numerically), and we'll implement a larger-scale symbolic-manipulation toolkit in a future version. At that time, we'll probably change = to stop evaluating known constants (at least in symbolic mode) and use N to do so.

See #139 for a starting follow-on ticket that's out of scope for v1.0

Mercerenies commented 1 month ago

bc33d1b implements the N command (at least, the MVP for v1.0) and closes this issue.