Difference between revisions of "Contrib equationReader/functions"

From OpenFOAMWiki
 
Line 1: Line 1:
Functions available to '''equationReader''' are:
+
This project has migrated over to '''github'''.
  
* pow(x)
+
'''''[http://github.com/Marupio/equationReader/wiki Click here for the new website.]'''''
* sign(x)
+
 
* pos(x)
+
http://github.com/Marupio/equationReader/wiki
* neg(x)
+
* mag(x)
+
* limit(x, y)
+
* minMod(x, y)
+
* sqrtSumSqr(x, y)
+
* sqr(x)
+
* pow3(x)
+
* pow4(x)
+
* pow5(x)
+
* pow6(x)
+
* inv(x)
+
* sqrt(x)
+
* cbrt(x)
+
* hypot(x, y)
+
* exp(x)
+
* log(x)
+
* log10(x)
+
* sin(x)
+
* cos(x)
+
* tan(x)
+
* asin(x)
+
* acos(x)
+
* atan(x)
+
* sinh(x)
+
* cosh(x)
+
* tanh(x)
+
* asinh(x)
+
* acosh(x)
+
* atanh(x)
+
* erf(x)
+
* erfc(x)
+
* lgamma(x)
+
* j0(x)
+
* j1(x)
+
* jn(x, y)
+
* y0(x)
+
* y1(x)
+
* yn(x, y)
+
* max(x, y)
+
* min(x, y)
+
* stabilise(x, y)
+

Latest revision as of 21:41, 6 September 2013

This project has migrated over to github.

Click here for the new website.

http://github.com/Marupio/equationReader/wiki