Skip to content

Releases: vanilla-extracts/calc

v2.8.0 Interactive config!

18 Nov 12:45
1a3f731
Compare
Choose a tag to compare
  • Interact with the configuration
    • Print current config
    • Reset config to default
    •  Set config
      • Set main color
      • Set prompt color
      •  Set prompt
      • Set greeting message
      •  Set greeting color
    •  Reload config

v2.7.0 Matrix algebra

17 Nov 22:46
Compare
Choose a tag to compare
  • Matrix calculation
    • Add matrix to the datatypes
    • Lex matrices
    • Parse matrices
    • Add matrices operation
      • Matrix addition
      • Matrix multiplication
      • Calculate the matrix determinant
      • Calculate the reverse matrix

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.