C
Charles Tam
Dear Users
In MS Access 97's derived math function of "Inverse Cosine" is
Arccos(X) = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1)
However, it does not compute for input -1 and 1.
FYI: Input of -1 should yields 3.14 and input of 1 should yields 0.
Are there any workarounds?
Kind Regards
Charles
In MS Access 97's derived math function of "Inverse Cosine" is
Arccos(X) = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1)
However, it does not compute for input -1 and 1.
FYI: Input of -1 should yields 3.14 and input of 1 should yields 0.
Are there any workarounds?
Kind Regards
Charles