How to find cube root in math in Kodular?

can anyone tell me how can i root cube in block section via math. square root is available in math section. but i need cube root. so, how can i do this…please any one help me!

1 Like

Hello! Welcome to community @ssbzone2019!

You can use this extension to find cube root of a number:

component_method

2 Likes

You can also try Math - Kodular Docs and put n ^ 0.3 to find the cube root of n. The result may not be accurate as 1/3 ≠ 0.3 :sweat_smile:

1 Like

Yeah and that’s why results can be really different:

image

1 Like

But this can be useful though:

image

4 Likes

number^(1/3)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.