VectorMathCbrt Method |
| Name | Description | |
|---|---|---|
| Cbrt(Double) |
Computes cubic root of array elements.
| |
| Cbrt(Vector) |
Computes cubic root of vector elements.
| |
| Cbrt(Double, Double) |
Computes cubic root of array elements.
Result will be stored in result array.
| |
| Cbrt(Vector, Vector) |
Computes cubic root of vector elements.
Result will be stored in result vector.
| |
| Cbrt(Double, Int32, Int32) |
Computes cubic root of Array elements.
| |
| Cbrt(Double, Int32, Double, Int32, Int32) |
Computes cubic root of array elements.
Result will be stored in result array.
|