Added the possibility to use sqrt() in the FUNCTION block - it could be removed again when finally pow() will be implemented

This commit is contained in:
Bastian M. Wojek
2010-03-06 23:53:53 +00:00
parent 4d9575d5eb
commit a63319fc70
3 changed files with 7 additions and 1 deletions

View File

@ -69,6 +69,7 @@
#define FUN_LOG 12
#define FUN_LN 13
#define FUN_EXP 14
#define FUN_SQRT 15
//----------------------------------------------------------------------------
typedef struct func_tree_node {