Calculates the angle formed between the x-axis and a line drawn from the origin (0,0) to the specified point defined by the coordinates (`x`, `y`), expressed in radians.
Calculates the arctangent of a given value, expressing the result in radians.
Calculates the inverse hyperbolic sine of a given number.
Calculates the inverse hyperbolic cotangent of a given value in radians. The input must be outside the range of -1 and 1, inclusive.
Calculates the inverse hyperbolic cosine of a specified value.
Provides the non-negative value of a given number.
Calculates the hyperbolic tangent for the specified complex number. For instance, for a complex input of “x+yi”, it computes “tanh(x+yi)”.
Calculates the tangent of a specified complex number.
Calculates the hyperbolic sine of a specified complex number. For instance, inputting a complex number “x+yi” will yield “sinh(x+yi).”
Calculates the sine of a specified complex number.