Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Releases: lnsp/tmath

v0.3.0

10 Jun 22:45
Compare
Choose a tag to compare

Introducing matrices

This version includes a matrix class with a large collection of matrix operations. To learn more about the feature, check out the README.

v0.2.2

03 Oct 21:37
Compare
Choose a tag to compare

Bugfixes

  • Fix ceil positive integer rounding error (#31)

Enhancements

  • Add tests for equal, floor, ceil and modulo (#30)

Documentation

  • Add contributing guidelines to the project (#35)

Others

  • Remove Vagrantfile from the project (#41)

v0.2.1

16 Apr 00:27
Compare
Choose a tag to compare

Enhancements

  • Split up tmath.cpp into smaller units (#26)
  • Simplify build and test scripts (#28)

Both enhancements improve the build time drastically.

v0.2.0

06 Apr 17:29
Compare
Choose a tag to compare

Introducing vectors

This version includes a vector class with a large collection of vector operations. To learn more about the feature, check out the README.

v0.1.2

06 Apr 17:18
Compare
Choose a tag to compare

Enhancements

  • Reduce copying when calling functions (#20)

Others

v0.1.1

28 Dec 13:57
Compare
Choose a tag to compare

Bugfixes

  • Fixed truncation error (#8)
  • Enhanced accuracy of sin and exp (#13, #16, #17)

Enhancements

  • Enhanced API for the logarithm function, the arcsecant and the arccosecant (f2b1a0f, 609f4c5)
  • Added extensive testing for library (#6, #17)

Documentation

Others

v0.1.0

08 Dec 20:03
Compare
Choose a tag to compare

First version of the TMath library featuring a large collection of functions including sine and cosine, power, exp and many more.