Skip to content

Releases: Muusssi/unitCalculator

Time functions

27 Aug 15:57
Compare
Choose a tag to compare

New features:

  • Functions now() and date(year; month; day)
  • fixes bugs regarding function arguments and subtraction after parenthesis

Uutta:

  • uudet funktiot now() ja date(vuosi; kuukausi; päivä)
  • funktioiden argumentteihin ja vähennyslaskuun sulun jälkeen liittyneet bugit korjattu

Measurement error

14 Aug 14:43
Compare
Choose a tag to compare

New features:

  • You can now use measurement error in your calculations
  • Improved GUI

Uudet ominaisuudet:

  • Laskin osaa nyt käsitellä mittavirhettä (katso käyttöohje)
  • Paranneltu käyttöliittymä

More functions and important bug fixes

24 Jul 05:30
Compare
Choose a tag to compare
  • sqrt(), cbrt()
  • handy time show()
  • factorial
  • fixed bugs in postfixing that led to evaluation instead of error like (+2 2 = 4, !3 = 6 and (0)sin = 0)