Skip to content

Releases: aerobus-open-source/aerobus

v1.3

03 Feb 15:57
Compare
Choose a tag to compare

What's Changed

  • added bigint, quotient rings, conway polynomials, finite Galois fields, more known polynomials (Laguerre, Hermite, Legendre)
  • updated readme
  • better benchmarks
  • added cmake install target
  • updated documentation

Full Changelog: v1.2...v1.3

v1.2

16 Oct 16:31
4ee91c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.2

v1.1

12 Oct 14:36
81cdc3c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @JeWaVe made their first contribution in #1

Full Changelog: v1.0...v1.1

v1.0

11 Oct 09:31
Compare
Choose a tag to compare
some documentation

v0.3

13 Jun 09:05
Compare
Choose a tag to compare
gcc ok

mscv, gcc and clang compile correctly : https://godbolt.org/z/5chqjYEEs

v0.2

09 Jun 17:58
Compare
Choose a tag to compare

added polynomials derivative
all major compilers (msvc, clang anc gcc) are ok with the code

see conformance : https://godbolt.org/z/5chqjYEEs

Full Changelog: v0.1...v0.2

v0.1

08 Jun 14:16
Compare
Choose a tag to compare

basic functionalities are here :

  • i32 i64 and Z/pZ
  • Fraction Field for integral domains
  • polynomials with coefficients in any integral domain R and value in any ring supporting left operations from R
  • taylor series generation from coefficients
  • some transcendentals already implemented (trigo, log, trigo hyperbolic)
  • tests are in main.cpp