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
honestly: any examples or extensions to mathematical syntax would be massively helpful.
A great first addition to the above specifically could probably be plain english syntax for things like exponentiation, but there are many more that I have probably missed.
At the moment it's all about brainstorming, and deciding which ideas are worth pursuing further.
The Language should probably allow both symbol and literals, so that statements can be written either in english or maths
Addition
5 + 6
, and5 plus 6
, and5 add 6
What about slightly more verbose?
the addition of 5 with 6
, orthe sum of 5, 6, and 8
Subtraction
5 - 6
,5 minus 6
Multiplication
5 * 6
, five times six`What about
five multiplied by six
?Division
5 / 6
,5 divided by six
If we natively allow fractions in numbers, is
six over five
identical to declaring1.2
?The text was updated successfully, but these errors were encountered: