Fixed minor mistake

This commit is contained in:
Add00
2023-08-03 08:55:44 -04:00
parent 5751be23a0
commit 4697933790

View File

@@ -102,11 +102,11 @@ This function returns the inverse hyperbolic sine of `x`
### acosh(x): float ### acosh(x): float
This function returns the inverse cosine sine of `x` This function returns the inverse hyperbolic cosine of `x`
### atanh(x): float ### atanh(x): float
This function returns the inverse tangent sine of `x` This function returns the inverse hyperbolic tangent of `x`
## Defined Comparison Functions ## Defined Comparison Functions