Integer division should produce floating point result
Reported by Christopher Stawarz | February 25th, 2013 @ 11:16 AM
Currently, the expression parser evaluates 1/5
to
zero, which is probably unexpected and unhelpful for most users. It
should be modified so that integer/integer division always returns
a floating-point result (a la Python 3).
Comments and changes to this ticket
-
Christopher Stawarz October 3rd, 2014 @ 04:43 PM
- State changed from open to resolved
- Assigned user set to Christopher Stawarz
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The core framework and supporting libraries for the MWorks Suite