From 822e53804bd058e6830ef9b5513b43b66a574eb2 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 28 Dec 2006 14:27:30 +0000 Subject: Committed [ 1620672 ] Funcplot: New features and bug fixes. With some adjustments. (bzr r2106) --- share/extensions/funcplot.inx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'share/extensions/funcplot.inx') diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 5c9ba6230..6a6d740d1 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -4,18 +4,23 @@ funcplot.py inkex.py - + 0.0 1.0 false 0.0 1.0 8 + false 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); acos(x); asin(x); atan(x); atan2(y,x); cos(x); hypot(x,y); sin(x); tan(x); degrees(x); radians(x); cosh(x); sinh(x); tanh(x). +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); +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. @@ -23,6 +28,8 @@ The constants pi and e are also available. exp(-x*x) true x + true + false rect -- cgit v1.2.3