Numerix v0.4.0 Numerix.Math

Common mathematical functions.

Summary

Functions

Calculates the nth root of a number

Functions

nth_root(x, n, precision \\ 1.0e-5)

Specs

nth_root(number, integer, float) :: float

Calculates the nth root of a number.