abrudz / aplcart

A novel approach to finding your way in APL
https://aplcart.info/
Other
133 stars 18 forks source link

M(⌊÷)N is described as Integer Division, but it is really Floored Division #90

Closed MayCXC closed 2 years ago

MayCXC commented 2 years ago

Is your feature request related to a problem? Please describe. This is a very nitpicky error that only causes problems with negative quotients.

Describe the solution you'd like M(⌊÷)N can be labelled Floored Division or similar.

Describe alternatives you've considered The quotient of M and N rounded down to the next lowest integer, etc.

Additional context Great website! :)