Power & Roots
Exponentiation, square/cube roots, hypotenuse
| Function | What it does |
|---|---|
math.Cbrt | Cube root |
math.Hypot | Hypotenuse: sqrt(x^2 + y^2) |
math.Pow | x raised to power y |
math.Sqrt | Square root |
Exponentiation, square/cube roots, hypotenuse
| Function | What it does |
|---|---|
math.Cbrt | Cube root |
math.Hypot | Hypotenuse: sqrt(x^2 + y^2) |
math.Pow | x raised to power y |
math.Sqrt | Square root |