Commit History

Author SHA1 Message Date
  trizen 6facc73c6e - New implementation of the numerical system. 7 years ago
  trizen 6dfd6474c0 - Added the Number `ilog()`, `ilog2()` and `ilog10()` methods, which return the `integer-logarithm`. 7 years ago
  trizen 080ccbcc61 - Added support for underscores in number initialization. 7 years ago
  trizen 79c13d077c - Better initialization support of numbers. 7 years ago
  trizen 006de264b2 - Faster algorithm in `bernfrac()` for values of `n` greater than 49. (based on the Zeta function) 7 years ago
  trizen d404294d6d - Optimized bernfrac(n) to use slightly less memory. 7 years ago
  trizen ec96b9c096 - Added the `bernfrac` method, powered by an improved version of Seidel's algorithm. 7 years ago
  trizen fa828d43f8 - Modified the method `iroot` to no longer return complex roots (which was buggy, anyway). 7 years ago
  trizen 22277434ec - Fixed a minor-bug in the method `is_pow(n, k)` for some special cases. 7 years ago
  trizen e391162b8b Revert "- Faster and better stringification of floating-point numbers." 8 years ago
  trizen 0a412b5344 Revert "- Minor fixes and improvements." 8 years ago
  trizen b134a5aa00 - Minor fixes and improvements. 8 years ago
  trizen d3569a5fa9 - Faster and better stringification of floating-point numbers. 8 years ago
  trizen 57df6d3b9f - Added more tests. 8 years ago
  trizen 70883445fd - Added the Number.imod() (integer modulo) and Number.ipow() (integer power) methods. 8 years ago