Releases: korbexmachina/gcalc
Releases · korbexmachina/gcalc
v0.2.0
What's Changed
- chore: split tests into separate files by @korbexmachina in #2
- feat: Add Multiply-add function to compute x*y+z by @danielelli in #3
- feat: Add GCD function by @korbexmachina (No pull request)
New Contributors
- @danielelli made their first contribution in #3
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- doc: Fix typos in README.md by @korbexmachina in #1
New Contributors
- @korbexmachina made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
BREAKING CHANGES:
sqrt()
no longer floors the result, client programs are now responsible for dealing with the floating point imprecision.- Namespace is now
gcalc
instead ofgcalc/alg
Features:
- Added the following functions:
-
cbrt()
-> Returns the cube root of the argument -
pow2()
-> Returns$2^{n}$ where$n$ is the argument -
pow10()
-> Returns$10^{n}$ where$n$ is the argument
-
v0.0.1
Initial release version of gcalc, should be considered unstable.