FunctionsIntrinsic Functions abs (a): absolute valueexp (a) : exponentiallog (a) : natural logarithmlog10 (a): decimal logarithmsqrt (a):square rootstep (a): if a > 0 the result is 1, otherwise the result is 0cos (a): cosineacos (a): arc cosinesin (a): sineasin (a): arc sinetan (a): tangentatan (a): arc tangentsinh (a): hyperbolic sinecosh (a): hyperbolic cosinetanh (a): hyperbolic tangenta can be any valid expression. Tip: you can build logical constructs by using the step function (e.g., step(x-4)*sqrt(x) is 0 for x less or equal 4 and sqrt(x) for x greater then 4) |
|
Copyright © 1995-2002 Numerica - For comments about this website, please contact webmaster@pdesol.com |