This commit is contained in:
2023-08-03 15:39:37 +10:00
parent 39b6b831f9
commit 4c7bc04196

View File

@@ -114,11 +114,11 @@ This function returns the inverse tangent sine of `x`
This function returns true if `x` is NaN, otherwise it returns false. This function returns true if `x` is NaN, otherwise it returns false.
### chechIsFinite(x): bool ### checkIsFinite(x): bool
This function returns true if `x` is finite, otherwise it returns false. This function returns true if `x` is finite, otherwise it returns false.
### chechIsInfinite(x): bool ### checkIsInfinite(x): bool
This function returns true if `x` is Infinite, otherwise it returns false. This function returns true if `x` is Infinite, otherwise it returns false.