issues
search
Patashu
/
break_eternity.js
A Javascript numerical library to represent numbers as large as 10^^1e308 and as small as 10^-10^^1e308. Sequel to break_infinity.js, designed for incremental games.
MIT License
122
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add clamp
#26
Patashu
closed
5 years ago
0
add safelog10
#25
Patashu
closed
5 years ago
0
Typo in error message of log2 function
#24
cloudytheconqueror
closed
5 years ago
0
implement hyperfactorial/K-function and superfactorial/G-function
#23
Patashu
opened
5 years ago
0
change the critical section for tetration/inverses from linear approximation to something more analytical (mostly done!)
#22
Patashu
opened
5 years ago
14
add mantissaExponent and variants for backwards compatibility
#21
Patashu
closed
5 years ago
0
Allow negative mag in layer >= 1? (would be super nice but looks annoying)
#20
Patashu
closed
5 years ago
2
new operator: iteratedlog(payload, base, height)
#19
Patashu
closed
5 years ago
1
enforce usage of constants instead of constructing decimals on the spot?
#18
Patashu
opened
5 years ago
2
all the typical Professionally stuff (published node.js package, minified file, typescript, C# translation, module bundler)
#17
Patashu
closed
2 years ago
1
Add GitHub topics
#16
Razenpok
closed
5 years ago
0
find operators that are stronger than pow but weaker than pentation (then implement them)
#15
Patashu
opened
5 years ago
8
implement approximation for real height tetration
#14
Patashu
closed
5 years ago
0
handle NaN/inf and negative numbers in pow/root/log/tetrate more explicitly? (partially done)
#13
Patashu
opened
5 years ago
2
re-arrange add/sub/mul/div/pow/root/log to use less operations on average?
#12
Patashu
opened
5 years ago
0
implement randomDecimalForTesting
#11
Patashu
closed
5 years ago
0
better string handling, that handles larger numbers and more formats
#10
Patashu
closed
5 years ago
1
implement trig functions (sin, cos, tan, asin, acos, atan)
#9
Patashu
closed
5 years ago
0
implement arbitrary height analytic sroot (probably through trial and error?)
#8
Patashu
opened
5 years ago
11
investigate if there are any shortcuts for large heights of tetrate
#7
Patashu
closed
5 years ago
0
implement lambertw (prereq for sroot, invgamma/invfactorial and infinite height tetration)
#6
Patashu
closed
5 years ago
1
implement lngamma
#5
Patashu
closed
5 years ago
0
implement factorial and gamma
#4
Patashu
closed
5 years ago
0
implement sqrt and exp more directly as possible efficiency wins
#3
Patashu
closed
5 years ago
0
implement log and root
#2
Patashu
closed
5 years ago
0
Update to ES6
#1
Razenpok
closed
5 years ago
1
Previous