Forum Discussion
_anomDiebolt_
12 years agoQrew Elite
>I suppose that I could load up a table for the values of SIN and COS for each degree or radian but that is too much work for my needs.
You could build a relationship between the table that contained the angle field and the sine and cosine tables.
On the other hand just replace the formula language with JavaScript and it will solve all these problems. Then you could freely calculate FFT, eigenvalues, splines, linear/quadratic programming problems etc:
http://www.numericjs.com/documentation.html
You could build a relationship between the table that contained the angle field and the sine and cosine tables.
On the other hand just replace the formula language with JavaScript and it will solve all these problems. Then you could freely calculate FFT, eigenvalues, splines, linear/quadratic programming problems etc:
http://www.numericjs.com/documentation.html