Skip to content

Releases: coco33920/calc

v2.6.0 Add vector calculation !

16 Nov 18:50
Compare
Choose a tag to compare
  • Vector calculation
    • Add vectors to the datatypes
    • Lex vectors
    • Parse vectors
    • Add vector operations
      • Dot product
      • Vector norm
      • Vector addition

v2.5.1 Bug fix

15 Nov 14:53
Compare
Choose a tag to compare
fix error

v2.5.0 User defined function!

15 Nov 14:17
05fb455
Compare
Choose a tag to compare

You can define your own function!

image

v2.4.0 : Logic!

15 Nov 00:38
44652a3
Compare
Choose a tag to compare

Logic done

  • Add logic
    • Add basic true/false
    • Add binary operator
      • or (&&)
      • and (||)
      • >=
      • >
      • <=
      • <
      • ==
    • Add unary operator
      • not (!)

v2.3.1 More function

14 Nov 22:08
Compare
Choose a tag to compare

Added

  • sqrt
  • factorial (aliases: fact or !)
  • abs
  • ceil
  • floor
  • round

v2.3.0 Functions!

14 Nov 15:15
Compare
Choose a tag to compare

Functions!

  • Add support for functions
    • exp
    • ln
    • log base a
    • cos/sin/tan
    • cosh/sinh/tanh
    • atan/acos/asin

v2.2.2 Config!

14 Nov 11:57
Compare
Choose a tag to compare

You can now configure the calculator, see https://calc.nwa2coco.fr/config.html

v2.1.1 bug fix

14 Nov 09:18
Compare
Choose a tag to compare

bug fixed

  • reversed operation when doing variable math.

v2.1.0 : Builts in!

14 Nov 09:06
Compare
Choose a tag to compare

Add pi and e as built in variable

v2.0.0 New Parser!

14 Nov 08:06
Compare
Choose a tag to compare
  • no new edge cases!