-
Notifications
You must be signed in to change notification settings - Fork 11
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ALTree/bigfloat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ALTree/bigfloat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 12 files changed
- 3 contributors
Commits on Sep 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dc2c4d5 - Browse repository at this point
Copy the full SHA dc2c4d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c630da - Browse repository at this point
Copy the full SHA 9c630daView commit details
Commits on Oct 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ae0f20d - Browse repository at this point
Copy the full SHA ae0f20dView commit details
Commits on May 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b176f1e - Browse repository at this point
Copy the full SHA b176f1eView commit details
Commits on Dec 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4a33235 - Browse repository at this point
Copy the full SHA 4a33235View commit details
Commits on Jan 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3f6aac3 - Browse repository at this point
Copy the full SHA 3f6aac3View commit details
Commits on Jan 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 38c8b72 - Browse repository at this point
Copy the full SHA 38c8b72View commit details
Commits on Aug 22, 2023
-
sqrt: delete, use stdlib big.Sqrt
The arbitrary precision Sqrt implementation here was committed into the standard library as big.Float.Sqrt. This change deletes the old implementation and switches to using the stdlib one in the other methods. name old time/op new time/op delta Log/100-4 141µs ±29% 82µs ±24% -41.89% (p=0.008 n=5+5) Log/1000-4 488µs ±16% 306µs ±24% -37.25% (p=0.008 n=5+5) Log/10000-4 6.45ms ±26% 5.73ms ±30% ~ (p=0.548 n=5+5) Log/100000-4 142ms ±12% 132ms ± 4% ~ (p=0.056 n=5+5) name old alloc/op new alloc/op delta Log/100-4 41.6kB ± 0% 24.9kB ± 0% ~ (p=0.079 n=4+5) Log/1000-4 128kB ± 0% 75kB ± 0% -41.34% (p=0.016 n=4+5) Log/10000-4 1.60MB ± 0% 1.22MB ± 0% -23.41% (p=0.008 n=5+5) Log/100000-4 21.5MB ± 0% 18.7MB ± 0% -12.90% (p=0.008 n=5+5) name old allocs/op new allocs/op delta Log/100-4 398 ± 0% 143 ± 0% -64.07% (p=0.008 n=5+5) Log/1000-4 804 ± 0% 243 ± 0% -69.78% (p=0.008 n=5+5) Log/10000-4 1.50k ± 0% 0.40k ± 0% -73.38% (p=0.008 n=5+5) Log/100000-4 2.53k ± 0% 0.72k ± 1% -71.75% (p=0.008 n=5+5)
Configuration menu - View commit details
-
Copy full SHA for d63a53e - Browse repository at this point
Copy the full SHA d63a53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5359a3e - Browse repository at this point
Copy the full SHA 5359a3eView commit details
Commits on Aug 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b2fe37b - Browse repository at this point
Copy the full SHA b2fe37bView commit details -
fix: support negative base with integer exponent in Pow
Pow(-2, 3) previously panicked with "Pow: negative base", even though (-2)^3 = -8 is well-defined. This matches the behavior of math.Pow from the standard library. Now handles negative base when the exponent is an integer by computing |z|^w and negating the result for odd exponents. Still panics for negative base with non-integer exponent (which would require complex numbers). Fixes #35
Configuration menu - View commit details
-
Copy full SHA for 756f4f9 - Browse repository at this point
Copy the full SHA 756f4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67bde9b - Browse repository at this point
Copy the full SHA 67bde9bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...master