You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could support scientific/exponential notation, if every languages roughly uses the integer_with_fractinal_in_words exponential_separator exponent_in_words form. All we need is support ordinals for exponent_in_words. I created a proof-of-concept implementation on the feature/exponential branch (which in turn uses the feature/ordinals branch).
The text was updated successfully, but these errors were encountered:
We could support scientific/exponential notation, if every languages roughly uses the
integer_with_fractinal_in_words exponential_separator exponent_in_words
form. All we need is support ordinals forexponent_in_words
. I created a proof-of-concept implementation on the feature/exponential branch (which in turn uses the feature/ordinals branch).The text was updated successfully, but these errors were encountered: