We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b17c0c commit 8f59715Copy full SHA for 8f59715
runtime/nativeMain/src/org/jetbrains/gradle/benchmarks/Utils.kt
@@ -12,7 +12,7 @@ actual fun Double.format(precision: Int): String {
12
13
return memScoped {
14
val bytes = allocArray<ByteVar>(100)
15
- sprintf(bytes, "%.${precision}F", fractional)
+ sprintf(bytes, "%.${precision}f", fractional)
16
val fractionText = bytes.toKString()
17
thousands + fractionText.removePrefix("0")
18
}
0 commit comments