Skip to content

Releases: korbexmachina/gcalc

v0.2.0

25 Nov 20:34
58d8450
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

26 Mar 22:37
b399a92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Mar 21:57
d58a6c6
Compare
Choose a tag to compare

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 of gcalc/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

15 Mar 18:54
943519a
Compare
Choose a tag to compare

Initial release version of gcalc, should be considered unstable.