added power capability [pow(base,exp)] to functions

This commit is contained in:
nemu
2010-03-08 10:43:46 +00:00
parent 643dd1fa9d
commit 842463dc23
3 changed files with 56 additions and 17 deletions

View File

@@ -70,6 +70,7 @@
#define FUN_LN 13
#define FUN_EXP 14
#define FUN_SQRT 15
#define FUN_POW 16
//----------------------------------------------------------------------------
typedef struct func_tree_node {