Issues
- 1
sqrt: switch to the stdlib Sqrt and tag 0.2
#34 opened by ALTree - 2
all: tag version 0.1
#33 opened by ALTree - 1
- 2
- 1
Not very accurate with numbers close to 1
#32 opened by BenthamEJ - 0
pow.go: fastpath for Pow(x, 0.5) using Sqrt
#31 opened by ALTree - 0
all: switch to sub{test, benchmarks}
#30 opened by ALTree - 0
sqrt.go: remove useless x decl in Sqrt
#29 opened by ALTree - 0
all: check alias on Sub and Add calls
#28 opened by ALTree - 0
- 0
all: unifom prec use
#25 opened by ALTree - 1
misc.go: make agm reuse its arguments
#27 opened by ALTree - 0
log.go: small optimizations
#26 opened by ALTree - 0
misc.go: clean up pi and agm
#22 opened by ALTree - 0
readme.md: extend example
#24 opened by ALTree - 0
misc.go: merge newton and newton2
#20 opened by ALTree - 0
exp.go: change exp to use newton
#21 opened by ALTree - 0
- 0
sqrt.go: figure out if we can do computations with reduced prec in newton iterations
#7 opened by ALTree - 0
misc.go: general newton function
#11 opened by ALTree - 0
- 1
sqrt.go: test zfs == 0 path
#9 opened by ALTree - 0
all: uniform names
#17 opened by ALTree - 0
misc.go: no need to SetPrec on constants
#5 opened by ALTree - 0
all: check we do not modify args by mistake
#16 opened by ALTree - 0
all: test special cases carefully
#18 opened by ALTree - 0
all: increase accuracy required in IEEE tests
#19 opened by ALTree - 1
- 0
all: implement x ** y
#13 opened by ALTree - 0
all: uniform IEEE-754 tests
#14 opened by ALTree - 0
- 0
- 0
misc.go: always cache pi
#4 opened by ALTree - 0
- 0
Investigate computing sqrt via 1/sqrt
#3 opened by ALTree - 0