issues
search
ALTree
/
bigfloat
Additional operations for the standard library big.Float type
MIT License
25
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixing typo
#39
deining
closed
2 years ago
1
Make PI public and use go modules
#38
pointlander
closed
3 years ago
2
Fixes #35 and #36, other special cases, and adds 100% test coverage
#37
vsivsi
closed
1 year ago
5
Pow(Inf, -1) == 0 not Inf. True for all negative exponents
#36
vsivsi
opened
5 years ago
2
Panic in Pow for negative base with integer exponent
#35
vsivsi
opened
5 years ago
1
sqrt: switch to the stdlib Sqrt and tag 0.2
#34
ALTree
closed
1 year ago
1
all: tag version 0.1
#33
ALTree
closed
1 year ago
2
Not very accurate with numbers close to 1
#32
BenthamEJ
closed
6 years ago
1
pow.go: fastpath for Pow(x, 0.5) using Sqrt
#31
ALTree
opened
8 years ago
0
all: switch to sub{test, benchmarks}
#30
ALTree
opened
8 years ago
0
sqrt.go: remove useless x decl in Sqrt
#29
ALTree
closed
8 years ago
0
all: check alias on Sub and Add calls
#28
ALTree
opened
8 years ago
0
misc.go: make agm reuse its arguments
#27
ALTree
closed
8 years ago
1
log.go: small optimizations
#26
ALTree
closed
8 years ago
0
all: unifom prec use
#25
ALTree
opened
8 years ago
0
readme.md: extend example
#24
ALTree
closed
8 years ago
0
misc.go: tune newton's last step, no need to overdo it
#23
ALTree
opened
8 years ago
0
misc.go: clean up pi and agm
#22
ALTree
closed
8 years ago
0
exp.go: change exp to use newton
#21
ALTree
closed
8 years ago
0
misc.go: merge newton and newton2
#20
ALTree
closed
8 years ago
0
all: increase accuracy required in IEEE tests
#19
ALTree
opened
8 years ago
0
all: test special cases carefully
#18
ALTree
closed
8 years ago
0
all: uniform names
#17
ALTree
closed
8 years ago
0
all: check we do not modify args by mistake
#16
ALTree
closed
8 years ago
0
all: better checks around initial IEEE-754 estimates
#15
ALTree
opened
8 years ago
0
all: uniform IEEE-754 tests
#14
ALTree
closed
8 years ago
0
all: implement x ** y
#13
ALTree
closed
8 years ago
0
all: fill the pi cache before benchmarking anything
#12
ALTree
closed
8 years ago
0
misc.go: general newton function
#11
ALTree
closed
8 years ago
0
sqrt.go: test with very big z (causing small 1/sqrt(z) approx)
#10
ALTree
closed
8 years ago
0
sqrt.go: test zfs == 0 path
#9
ALTree
closed
8 years ago
1
misc.go: a big pi cache slows down log for low precs
#8
ALTree
opened
8 years ago
0
sqrt.go: figure out if we can do computations with reduced prec in newton iterations
#7
ALTree
closed
8 years ago
0
log_test.go: figure out a good permitted error for TestLog64
#6
ALTree
closed
8 years ago
1
misc.go: no need to SetPrec on constants
#5
ALTree
closed
8 years ago
0
misc.go: always cache pi
#4
ALTree
closed
8 years ago
0
Investigate computing sqrt via 1/sqrt
#3
ALTree
closed
8 years ago
0
Serious testing and benchmarking of agm( ) and pi( )
#2
ALTree
closed
8 years ago
0
misc.go: agm computation is off for very big floats
#1
ALTree
closed
8 years ago
0