Skip to content

Releases: OchirErkhembayar/qcalc

0.9.0

03 Feb 15:18
82d348a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.9.0

0.7.0

03 Feb 10:41
93e21bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.7.0

Full Changelog: 0.6.2...0.7.0

0.6.2

02 Feb 18:22
Compare
Choose a tag to compare

What's Changed

|-5| == 5 has been changed to abs(-5) == 5
3^2 == 9 has been changed to 3 ** 2 == 9

This is to support the bitwise operators

Full Changelog: 0.5.0...0.6.2

0.5.0

01 Feb 09:03
2f82b7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1

19 Jan 18:57
65184fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.1

Minor: 0.3.0

18 Jan 21:01
8010c0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.3.0

Patch 0.2.3

16 Jan 13:43
Compare
Choose a tag to compare

Remove default interpreted functions. Add more built in functions such as degs, rads, sqrt, sq, cube, cbrt, round

Patch - Validation against duplicated parameter names

05 Jan 22:47
Compare
Choose a tag to compare

Trying to declare a function with duplicated parameters now results in an error message

Add ability to create custom functions

05 Jan 18:21
d654247
Compare
Choose a tag to compare

Users may now create custom functions fn myfun(x, y) x + y which features closures

0.1.2

28 Dec 22:19
Compare
Choose a tag to compare

Add hyperbolic trig functions. Fix bug when re-populating input with logbase functions. Refactor evaluation to be inside impl block instead of separate function.