If I do sinh(1000)
I get Inf
, which it seems is expected, but I am curious to know if there are any ways to overcome this?
I tried: format(round(sinh(1000), 2), nsmall = 2)
believing it is a decimal issue, but maybe my issue is more conceptual, than technical?
I just found it strange that sinh(700)
works well but fails on numbers near enough above this