Home | History | Annotate | Download | only in 123-inline-execute2

Lines Matching full:cbrt

89 Math.cbrt(-3.0) = -1.442249570307
97 Math.cbrt(-2.0) = -1.259921049895
105 Math.cbrt(-1.0) = -1.000000000000
113 Math.cbrt(0.0) = 0.000000000000
121 Math.cbrt(1.0) = 1.000000000000
129 Math.cbrt(2.0) = 1.259921049895
137 Math.cbrt(3.0) = 1.442249570307
240 StrictMath.cbrt(-3.0) = -1.4422495703074083
248 StrictMath.cbrt(-2.0) = -1.2599210498948732
256 StrictMath.cbrt(-1.0) = -1.0
264 StrictMath.cbrt(0.0) = 0.0
272 StrictMath.cbrt(1.0) = 1.0
280 StrictMath.cbrt(2.0) = 1.2599210498948732
288 StrictMath.cbrt(3.0) = 1.4422495703074083