Numerix v0.6.0 Numerix.Math View Source

Common mathematical functions.

Link to this section Summary

Functions

Calculates the nth root of a number.

Link to this section Functions

Link to this function

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

View Source
nth_root(number(), integer(), float()) :: float()

Calculates the nth root of a number.