Hi,
The eqn below is returning error with K =-1.#IND


k = arc cosine(-(g/2i)
which I coded as

Code:
   
k = Acos(-(g / 2 * i))
where
g=4.0740740740740744
i=8.3356375415197839
Will appreciate any responses...