Jump to content

Nth root: Difference between revisions

m
no edit summary
mNo edit summary
Line 3,694:
3.400000e+01,
7.131500e+03>
</pre>
 
=={{header|V (Vlang)}}==
<syntaxhighlight lang="Vlang">
import math
 
fn main() {
println("cube root of 5 is: ${math.cbrt(5)}")
}
</syntaxhighlight>
 
{{out}}
<pre>
cube root of 5 is: 1.709975946676697
</pre>
 
291

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.