- Remove mobile touch event in web component
- web: Add base command, eg. base 16 to change the number base to 16
- Make sgn(0) equal to zero
- mobile: Use local font file
- mobile: Remove proprietary dependencies and unnecessary permissions
- Add metadata
- Fix wasm build error
-Custom variable name for sum/prod, eg. sum(k=1, 10, k) (breaking change)
-Vectors and matrices
-Functions that take vectors: min, max, average, perms, sort,
-length
-Vector comprehensions (experimental)
-Logical and/or/not
-true/false keywords
-mod keyword
-Nested sums and integrals
-Allow piecewise without 'otherwise' branch
-Show estimated fractions when displaying results
-Error handling for built-in functions and operations
-Numerical equation solving using Newton's method
-Result formatted with spaces, eg. 100 000
-Slightly improved formatting of results when using the --precision flag
-Fix crash whem missing closing ceil, floor, |
-Describe piecewise functions in README
-Fixed tick symbol resulting in panic
-Prevent constants from being overridden
-Output numbers with the precision specified
-Float erros margin for comparison operators
-NaN for comparison with imaginary numbers
-Updated interperter tests to expect 0 after comparisons