The print and export options in the menu are only visible if OpenGL is deactivated, since this mode has different printing and exporting capabilities. Export can be used to save the drawing visible in the graphics window to one of the available file formats. The WMF-format (Windows Metafile) is a vector based graphics format which allows rescaling without loss of quality. The JPG-format (Joint Photographic expert Group) makes use of compression and results in graphics files that can be used for web design. The BMP-format (bitmap) is typically used by Windows and does not make use of compression.
Standard operators | |||||
+ | addition | - | subtraction | * | multiplication |
/ | division | ^ | power | () | brackets |
Operators with two arguments (no differentiation possible) | |||||
min(x,y) | minimum of x and y | max(x,y) | maximum of x and y | root(x,n) | n-th root of x |
le(x,y) | if x<= y then 1, else 0 | LegendreF(phi,k) | Legendre elliptic integral of 1st kind | LegendreE(phi,k) | Legendre elliptic integral of 2nd kind |
Operators with one argument (differentiation is implemented) | |||||
cos(x) | cosine of x | sin(x) | sine of x | tan(x) | tangent of x |
cot(x) | cotangent of x | cosh(x) | hyperbolic cosine of x | sinh(x) | hyperbolic sine of x |
tanh(x) | hyperbolic tangent of x | coth(x) | hyperbolic cotangent of x | arccos(x) | inverse of cosine of x |
arcsin(x) | inverse of sine of x | arctan(x) | inverse of tangent of x | arccot(x) | inverse of cotangent of x |
arccosh(x) | inverse of hyperbolic cosine of x | arcsinh(x) | inverse of hyperbolic sine of x | arctanh(x) | inverse of hyperbolic tangent of x |
arccoth(x) | inverse of hyperbolic cotangent of x | exp(x) | exponential function value of x | ln(x) | natural logarithm of x |
sqrt(x) | square root of x | abs(x) | absolute value of x | tri(x) | triangular function value of x |
block(x) | block function value of x | heavi(x) | Heaviside function value of x | sign(x) | sign of x |
frac(x) | fractional part of x | phase(x) | phase function value of x |   |   |
Operators with one argument (differentiation is not implemented) | |||||
lambertw(x) | principal lambertw function value of x | lambertw2(x) | non-principal lambertw function value of x | gamma(x) | gamma function value of x |
LegendreFC(k) | complete elliptic integral of 1st kind | LegendreEC(k) | complete elliptic integral of 2nd kind |   |   |
Constants | |||||
pi | the number pi |   |   |   |   |
This option is useful when entering larger equations. Moreover, one has a better overview on all parameters. It is even possible to use the text input option to copy and paste all settings at once from one model to another model. Make sure however, that the same type of graph is selected.