nag_arccosh (s11acc) calculates an approximate value for the inverse hyperbolic cosine,
. It is based on the relation
This form is used directly for
, where
, and the machine uses approximately
decimal place arithmetic.
For
is equal to
to within the accuracy of the machine and hence we can guard against premature overflow and, without loss of accuracy, calculate
If
and
are the relative errors in the argument and result respectively, then in principle
That is the relative error in the argument is amplified by a factor at least
in the result. The equality should apply if
is greater than the
machine precision (
due to data error etc.), but if
is simply a result of round-off in the machine representation, it is possible that an extra figure may be lost in internal calculation and round-off.
It should be noted that for
the factor is always less than 1.0. For large
we have the absolute error
in the result, in principle, given by
This means that eventually accuracy is limited by
machine precision. More significantly for
close to 1,
, the above analysis becomes inapplicable due to the fact that both function and argument are bounded,
,
. In this region we have
That is, there will be approximately half as many decimal places correct in the result as there were correct figures in the argument.
None.