forked from kscience/kmath
Specify ATANH_OPERATION type for API stability
This commit is contained in:
parent
c7e6764ea2
commit
3f0c208355
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user