Specify ATANH_OPERATION type for API stability

This commit is contained in:
Iaroslav Postovalov 2020-08-11 15:11:29 +07:00
parent c7e6764ea2
commit 3f0c208355
No known key found for this signature in database
GPG Key ID: 70D5F4DCB0972F1B

View File

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