next up previous contents [pdf] index

Next: Input parameters Up: sf_math_evaluate Previous: Call

Definition

void sf_math_evaluate (int     len  /* stack length */, 
                       int     nbuf /* buffer length */, 
                       float** fbuf /* number buffers */, 
                       float** fst  /* stack */)
/*< Evaluate a mathematical expression from stack (float numbers) >*/
{
   ...
}




2011-07-02