[stdlib] Fix comments in kotlin.math

This commit is contained in:
Ilya Matveev
2018-03-01 14:30:33 +03:00
committed by ilmat192
parent d5ddc5902d
commit 8e08bbf6bd
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
#if KONAN_NEED_ASINH_ACOSH
namespace {
// MinGW's implmenetation if asinh/acosh function returns NaN for large arguments so we use another implementation.
// MinGW's implmenetation of asinh/acosh function returns NaN for large arguments so we use another implementation.
// Both implementations derived from boost special math functions and are also used by Kotlin/JVM.
// Copyright Eric Ford & Hubert Holin 2001.
+2
View File
@@ -23,6 +23,8 @@
extern "C" {
// TODO: consider auto-generating this header file.
// Bridges for JS math.
void knjs__Math_abs(KInt xUpper, KInt xLower);
void knjs__Math_acos(KInt xUpper, KInt xLower);