ksciplot

Version 0.3


available functions

+ addition
- subtraction
* multiplication (3*x can also be written as 3x)
/ division
a^b a to the bth power
sqrt() square root
cbrt() cube root
sin() sine
cos() cosine
tan() tangent
asin() arc sine
acos() arc cosine
atan() arc tangent
sinh() hyperbolic sine
cosh() hyperbolic cosine
tanh() hyperbolic tangent
asinh() hyperbolic arc sine
acosh() hyperbolic arc cosine
atanh() hyperbolic arc tangent
exp() exponential function
abs() absolute value
ln() natural logarithm
lg() logarithm to the base of 10
ld() logarithm to the base of 2
log(a,b) logarithm of a to the base of b
ceil(a) smallest value not less than a
floor(a)largest integer not greater than a

available constants


contact the author (Michael Ritzert)