thomasnield
12/18/2018, 9:28 PM(-4.0).pow(1.0/3.0)
, which returns NaN
due to lack of support for imaginary numbers. However, Java has Math.cbrt()
specifically for this purpose. Is this something Kotlin should explicitly support?Dominaezzz
12/19/2018, 9:43 AM