Numpy arcsinh()This function is used to calculate the hyperbolic inverse sine of the array elements. SyntaxParameters
ReturnAn array containing hyperbolic inverse sine values are returned. ExampleOutput: Input Array: [0. 0.78539816 4.71238898 0.52359878] tanh Array: [0. 0.72122549 2.25441459 0.50221899] Next TopicNumpy arctanh() |