lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


So, instead of "a/b*c" you are writing "(a/b)*c".

AFAIU this rule should not be also applicable to the floor division,
because the symbol "//" is not used in math software for division.
For example, in Wolfram Mathematica "x//f" means postfix notation of "f[x]".