mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Merge pull request #100 from Add00/docs
Fixed minor mistake in math documentation
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user