Commit 2023-04-12 19:26 bc67aad9
View on Github →feat: recognize scientific notation in norm_num (#1707)
We implement #1706.
In addition to a norm_num extension for OfScientific.ofScientific, we implement extensions for
Int.ofNatmkRatRat.cast/RatCast.ratCastwhich made implementation more convenient. We also patch up the other two*.castevaluators consistently while we're at it. We create an instance ofOfScientific Kfor any division ringK. See Zulip discussion here for the original discussion, and this Zulip discussion for the more recent one.