bkaestner / codewars-rules

Arbitrary rules by an arbitrary Codewars warrior. THIS REPOSITORY IS LOOKING FOR A NEW MAINTAINER
https://bkaestner.github.io/codewars-rules/
Other
12 stars 5 forks source link

Propose integral solutions instead of floating ones #14

Closed bkaestner closed 9 years ago

bkaestner commented 9 years ago

This addresses languages that don't have arbitrary large integers, such as JavaScript, C, C++ and others. The current floating point section explains how to fix errors with floating point numbers that one might use to get large numbers, but it should also tell one to use integral numbers if possible.