02a3915fdf
cbrt() is the standard cubic root function that provides several advantages over pow(x, 1.0/3.0): - Better precision - Faster - Behaves better with negative values
This directory contains shared sources of Kotlin/JS Standard Library for current and IR backends.
Note that stdlib/js/src/generated is not shared but used exclusively for current js-v1 backend.
Kotlin/JS Standard Library module is moved to libraries/stdlib/js-v1.