el 02-24-2018 05:47 PM
el 02-24-2018 06:40 PM
Well, an infinite number of terms will not work, and the factorial will also blow up at one point. chances are that a dozen terms are sufficient.
For some ideas, have a look at a taylor series implementation of sin(x). You just need to do something similar with your own formula. Keep the idea, change the math. 😄
How familiar are you with LabVIEW?