Releases: The-Last-Cookie/stringcalc
Releases · The-Last-Cookie/stringcalc
v0.3
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
Changelog:
- add function pow for exponentiation
- add function fact for factorials
v0.1.1
Changelog:
- use mathematical expression instead of just str1 and str2
v0.1
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