Thursday, March 8, 2012

Cubic Equation

Does anyone have or know of an sql implementation of a general solution to a cubic equation. I've been searching and have found implementations in several other languages (C++, Fortran, basic...) but not SQLYou should be able to transfer the logic from the C++ example to TSQL, though it might be kind of clunky. TSQL is not designed to solve equations.

blindman

No comments:

Post a Comment