Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ALTree/bigfloat issues and pull requests

#39 - Fixing typo

Pull Request - State: closed - Opened by deining almost 3 years ago - 1 comment

#38 - Make PI public and use go modules

Pull Request - State: closed - Opened by pointlander almost 4 years ago - 2 comments

#37 - Fixes #35 and #36, other special cases, and adds 100% test coverage

Pull Request - State: closed - Opened by vsivsi over 5 years ago - 5 comments

#36 - Pow(Inf, -1) == 0 not Inf. True for all negative exponents

Issue - State: open - Opened by vsivsi over 5 years ago - 2 comments

#35 - Panic in Pow for negative base with integer exponent

Issue - State: open - Opened by vsivsi over 5 years ago - 1 comment

#34 - sqrt: switch to the stdlib Sqrt and tag 0.2

Issue - State: closed - Opened by ALTree almost 6 years ago - 1 comment
Labels: todo

#33 - all: tag version 0.1

Issue - State: closed - Opened by ALTree almost 6 years ago - 2 comments
Labels: todo

#32 - Not very accurate with numbers close to 1

Issue - State: closed - Opened by BenthamEJ almost 6 years ago - 1 comment

#31 - pow.go: fastpath for Pow(x, 0.5) using Sqrt

Issue - State: open - Opened by ALTree almost 8 years ago
Labels: todo

#30 - all: switch to sub{test, benchmarks}

Issue - State: open - Opened by ALTree about 8 years ago
Labels: enhancement

#29 - sqrt.go: remove useless x decl in Sqrt

Issue - State: closed - Opened by ALTree about 8 years ago
Labels: todo

#28 - all: check alias on Sub and Add calls

Issue - State: open - Opened by ALTree about 8 years ago
Labels: todo

#27 - misc.go: make agm reuse its arguments

Issue - State: closed - Opened by ALTree about 8 years ago - 1 comment
Labels: enhancement

#26 - log.go: small optimizations

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#25 - all: unifom prec use

Issue - State: open - Opened by ALTree over 8 years ago
Labels: enhancement

#24 - readme.md: extend example

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#23 - misc.go: tune newton's last step, no need to overdo it

Issue - State: open - Opened by ALTree over 8 years ago
Labels: todo

#22 - misc.go: clean up pi and agm

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#21 - exp.go: change exp to use newton

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#20 - misc.go: merge newton and newton2

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#19 - all: increase accuracy required in IEEE tests

Issue - State: open - Opened by ALTree over 8 years ago
Labels: enhancement

#18 - all: test special cases carefully

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#17 - all: uniform names

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#16 - all: check we do not modify args by mistake

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#15 - all: better checks around initial IEEE-754 estimates

Issue - State: open - Opened by ALTree over 8 years ago
Labels: todo

#14 - all: uniform IEEE-754 tests

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#13 - all: implement x ** y

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#12 - all: fill the pi cache before benchmarking anything

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#11 - misc.go: general newton function

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: enhancement

#10 - sqrt.go: test with very big z (causing small 1/sqrt(z) approx)

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#9 - sqrt.go: test zfs == 0 path

Issue - State: closed - Opened by ALTree over 8 years ago - 1 comment
Labels: todo

#8 - misc.go: a big pi cache slows down log for low precs

Issue - State: open - Opened by ALTree over 8 years ago
Labels: enhancement

#7 - sqrt.go: figure out if we can do computations with reduced prec in newton iterations

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: enhancement

#6 - log_test.go: figure out a good permitted error for TestLog64

Issue - State: closed - Opened by ALTree over 8 years ago - 1 comment
Labels: todo

#5 - misc.go: no need to SetPrec on constants

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#4 - misc.go: always cache pi

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#3 - Investigate computing sqrt via 1/sqrt

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: enhancement

#2 - Serious testing and benchmarking of agm( ) and pi( )

Issue - State: closed - Opened by ALTree over 8 years ago
Labels: todo

#1 - misc.go: agm computation is off for very big floats

Issue - State: closed - Opened by ALTree almost 9 years ago
Labels: bug