0.1.4 #137

Merged
altavir merged 30 commits from dev into master 2020-09-14 22:49:30 +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.
*/
const val ATANH_OPERATION = "atanh"
const val ATANH_OPERATION: String = "atanh"
}
}