X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=share%2Fextensions%2Ffuncplot.inx;h=a093a3ff2be63ffbd2e7b9e133e383c5bfbfe357;hb=7635f139f805c57c99a6e35330312d5c7d093924;hp=6a6d740d1d7463f94914b77f3d66a1c4dca0060a;hpb=f7b7ce562088ac6b9eff7a3ce00c683e842fa5d0;p=inkscape.git diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 6a6d740d1..a093a3ff2 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -14,7 +14,7 @@ false - The following functions are available: + <_param name="pythonfunctions" type="description">The following functions are available: (the available functions are the standard python math functions) ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); @@ -22,7 +22,7 @@ acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); cos(x); sin(x); tan(x); degrees(x); radians(x); cosh(x); sinh(x); tanh(x). -The constants pi and e are also available. +The constants pi and e are also available. exp(-x*x)