[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:
committed by
TeamCityServer
parent
9408499da9
commit
73ca478fbd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user