Merge pull request #100 from Add00/docs

Fixed minor mistake in math documentation
This commit is contained in:
2023-08-03 23:12:50 +10:00
committed by GitHub

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