lua-users home
lua-l archive

Re: Integer division

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


> What about ./ or /. ? It's not ugly and the presence of a decimal point
> makes sense to me somehow.
Both are ambiguous:
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
> = 5./3
1.6666666666667
> =5/.3
16.666666666667
-- Roberto

AltStyle によって変換されたページ (->オリジナル) /