android-calculatorpp icon indicating copy to clipboard operation
android-calculatorpp copied to clipboard

Modulo should work with fractions

Open CodedK opened this issue 8 years ago • 0 comments

[New feature/Bug] It would be very helpful if modulo worked with decimal numbers. I would use it as a way to keep the decimal or integer part of a number, e.g.

mod(3.89, 1) should return "0.89". (decimal part) 3.89-mod(3.89, 1) should return "3" (integer part)

CodedK avatar Aug 15 '16 21:08 CodedK