Implement hyperbolic functions for various Algebras #118

Merged
CommanderTvis merged 14 commits from hyp-trig-functions into dev 2020-08-11 18:18:06 +03:00
Showing only changes of commit 3f0c208355 - Show all commits

View File

@ -164,7 +164,7 @@ interface HyperbolicOperations<T> : Algebra<T> {
/** /**
* The identifier of inverse hyperbolic tangent. * The identifier of inverse hyperbolic tangent.
*/ */
const val ATANH_OPERATION = "atanh" const val ATANH_OPERATION: String = "atanh"
} }
} }