Inverse Hyperbolic Sine?

Hello everyone!!

I'm trying to plot a map of Italy from a list of geographic coordinates (latitude, longitude), and I need to convert these into Cartesian Coordinate (x, y). The italian official cartography uses Gauss-Boaga projection to transform these points, which uses an Inverse Hyperbolic Sine (arcsinh, or asinh) as part of the calculation.

I know that exist an asin() function, but I cannot figure out how to write a function for the Inverse Hyperbolic Sine... Does anyone can help me?

Many Thanks! MM

Answers

Sign In or Register to comment.