Owing to VB6 not having the standard Hyperbolic Trig functions (Sinh, Cosh etc) I have written routines to calculate them from scratch,
e.g Sinh(x) = (e^x - e^-x)/2 and Cosh(x) = (e^x + e^-x)/2
However when multiple calculations are required within a loop then the process grinds to a halt as it is a memory hog
(I am trying to calculate X, Y co-ordinates for a parametric graph).
Have any of your experts any ideas for a resolution ?
e.g Sinh(x) = (e^x - e^-x)/2 and Cosh(x) = (e^x + e^-x)/2
However when multiple calculations are required within a loop then the process grinds to a halt as it is a memory hog
(I am trying to calculate X, Y co-ordinates for a parametric graph).
Have any of your experts any ideas for a resolution ?