Provide summary for kotlin.math package

This commit is contained in:
Ilya Gorbunov
2017-11-27 22:51:00 +03:00
parent 5e85f71e48
commit 3f26fd3f7f
+6
View File
@@ -62,6 +62,12 @@ Functions and other APIs specific to the JavaScript platform.
Functions and annotations specific to the Java platform.
# Package kotlin.math
Mathematical functions and constants.
The functions include trigonometric, hyperbolic, exponentiation and power, logarithmic, rounding, sign and absolute value.
# Package kotlin.properties
Standard implementations of delegates for [delegated properties](/docs/reference/delegated-properties.html)