Return the same value for t no matter what n is, except when n is zero.
t = the equation of n
(I can't get the spacing to match up, but you see the point.)VB Code:
n = 1 t = 1 n = 0.00000000000001 t = 1 n = 958.54 t = 1 n = 65487 t = 1 n = -1 t = 1 n = -0.6598 t = 1 n = -9999 t = 1 n = -456.78 t = 1 n = 0 t = 0




Reply With Quote