forked from grimalschi/calque
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dmitriy edited this page Jan 17, 2016
·
3 revisions
Welcome to the calque wiki!
- Multiline comments (start and end using
###). - Drag&drop API support.
- The text is saving on exit & loading on entering.
- Configuration (
#number bignumber,#precision 50for ex.) - Styles (
#style default,#style monokai). - Fixed the bug with cloning custom objects.
-
der(fn, point, [delta]),int(fn, a, b, [delta])functions. -
Setclass. - Matrices:
diagonal(array),sym(a, b),alt(a, b),commutator(a, b),col(matrix, column, [newcolumn]). - Fractions:
sqrtsupport. -
Colorclass:color(red, green, blue), operators (+,-,*,/,==). -
calc(number, n)function. Numbers:pi,e. -
fib(n)for fibonacci numbers. -
trib(n)for tribonacci numbers. -
Polynomclass:polynom(a0, a1, a2...), operators(+,*),solve(polynom). -
equalBase(a, b)for units. -
getData(key)andsetData(key, value)for storing data.