diff --git a/getting-started/math.md b/getting-started/math.md index 6a45e47..97ccfda 100644 --- a/getting-started/math.md +++ b/getting-started/math.md @@ -102,11 +102,11 @@ This function returns the inverse hyperbolic sine of `x` ### acosh(x): float -This function returns the inverse cosine sine of `x` +This function returns the inverse hyperbolic cosine of `x` ### atanh(x): float -This function returns the inverse tangent sine of `x` +This function returns the inverse hyperbolic tangent of `x` ## Defined Comparison Functions