[WASM] Add string to double conversion to Stdlib

This version is not completely correct - there is some IEEE rouding issue that, apparently, require to implement different algorithm with BigIntegers implementation.
This commit is contained in:
Igor Yakovlev
2021-11-18 16:25:27 +01:00
committed by TeamCityServer
parent 9408499da9
commit 73ca478fbd
5 changed files with 401 additions and 2 deletions
+4
View File
@@ -121,6 +121,10 @@ the Kotlin IntelliJ IDEA plugin:
- License: Apache 2 ([license/third_party/aosp_license.txt][aosp])
- Origin: Derived from JetPack Compose compiler plugin code, Copyright 2019 The Android Open Source Project
- Path: libraries/stdlib/wasm/src/kotlin/text/FloatingPointConverter.kt
- License: MIT ([license/third_party/asmble_license.txt][asmble])
- Origin: Copyright (C) 2018 Chad Retz
## Kotlin Test Data
The following source code is used for testing the Kotlin compiler and/or plugin and is not incorporated into