Historial de Commits

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