js-numbers
js-numbers copied to clipboard
Javascript implementation of Scheme's numeric tower
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but...
Hey, I will give you format just write rest of the content. # Project Title One Paragraph of project description goes here ## Getting Started These instructions will get you...
Line 1364. -this.n should be replaced by the more general negate(this.n). Otherwise, negations and subtractions will only work correctly if the numerator of the rational number is not a BigInteger.
reported by Gregory Marton I should mention that > (\* (sqrt (expt 15 21)) (sqrt (expt 15 21))) > 4987885095116677657556676 so the fractional part really does get dropped, not just...