From 3f26fd3f7f55dc23072f8da237cd204e8690fdd6 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Mon, 27 Nov 2017 22:51:00 +0300 Subject: [PATCH] Provide summary for kotlin.math package --- libraries/stdlib/src/Module.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/stdlib/src/Module.md b/libraries/stdlib/src/Module.md index d659828a773..35650eef61a 100644 --- a/libraries/stdlib/src/Module.md +++ b/libraries/stdlib/src/Module.md @@ -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)