next up previous contents [pdf] index

Next: Input parameters Up: sf_quadratic_solve Previous: Call

Definition

float sf_quadratic_solve (float a, float b, float c) 
/*< solves a x^2 + 2 b x + c == 0 for smallest positive x >*/
{
   ...
}




2011-07-02