From 469793379022b310750a9d455f05269a23be1a8a Mon Sep 17 00:00:00 2001 From: Add00 Date: Thu, 3 Aug 2023 08:55:44 -0400 Subject: [PATCH] Fixed minor mistake --- getting-started/math.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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