Closed danilort closed 1 year ago
Qalc 0.1.8
I suggest some add the settings qalc.globalFunctions, to define my functions, constants, units which can be used globally (in each QALC file).
"qalc.globalFunctions": [ "circleArea(x) = x^2 * pi", "hypotenuse(x,y) = sqrt(x^2 + y^2)", "catus(x,y) = sqrt(x^2 - y^2)" ],
circleArea(10) hypotenuse(3, 4) catus(5, 3)
Qalc 0.1.8
I suggest some add the settings qalc.globalFunctions, to define my functions, constants, units which can be used globally (in each QALC file).
Example
settings
myfile.qalc
output