-
Notifications
You must be signed in to change notification settings - Fork 3
Home
rscarson edited this page Feb 16, 2016
·
11 revisions
#Lavendeux Ctrl-Space to solves equation(s) in the clipboard
One equation per line, start of line whitespace is preserved
##Syntax and supported functions
x = 5
y = sqrt(x)
x = x * y
##Commandline options
--help : Show this message
-h : Short form of --help
--config-path=<path> : Use <path> as the configuration file
-c=<path> : Short form of --config-path
--no-config : Do not use a configuration file
--angle-mode=<degrees/radians> : Start in a given mode for angles
-a=<degrees/radians> : Short form of --angle-mode
--silent-errors=<on/off> : Start with silen errors on or off
-s=<on/off> : Short form of --silent-errors
--language=<en/fr> : Start in a given language
-l=<en/fr> : Short form of --language