Skip to content

Releases: The-Last-Cookie/stringcalc

v0.3

29 Nov 21:28
Compare
Choose a tag to compare

Changelog:

  • breaking changes: functions moved to namespaces decimal and binary for organized structure
  • add functions for calculation of binary strings

Bugfixes:

  • subtraction function doesn't remove all leading zeros correctly

v0.2

15 Nov 14:49
Compare
Choose a tag to compare

Changelog:

  • add function pow for exponentiation
  • add function fact for factorials

v0.1.1

14 Nov 21:31
Compare
Choose a tag to compare

Changelog:

  • use mathematical expression instead of just str1 and str2

v0.1

14 Nov 19:23
Compare
Choose a tag to compare

First release of this library.

Changelog:

  • added function add for addition
  • added function sub for subtraction
  • added function mult for multiplication
  • added function div for division
  • added function max for comparing strings