# Objective - Use cube root library function instead of handrolling. ## Solution - Instead of `powf(1./3.)` use `cbrt()`. |
||
|---|---|---|
| .. | ||
| flex | ||
| render | ||
| widget | ||
| entity.rs | ||
| focus.rs | ||
| geometry.rs | ||
| lib.rs | ||
| stack.rs | ||
| ui_node.rs | ||
| update.rs | ||
# Objective - Use cube root library function instead of handrolling. ## Solution - Instead of `powf(1./3.)` use `cbrt()`. |
||
|---|---|---|
| .. | ||
| flex | ||
| render | ||
| widget | ||
| entity.rs | ||
| focus.rs | ||
| geometry.rs | ||
| lib.rs | ||
| stack.rs | ||
| ui_node.rs | ||
| update.rs | ||