Numerix v0.0.4 Numerix.Math

Common mathematical functions.

Summary

Functions

A convenience function for chaining number division

Calculates the nth root of a number

Functions

divide(left, right)

Specs

divide(number, number) :: float

A convenience function for chaining number division.

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

Specs

nth_root(number, integer, float) :: float

Calculates the nth root of a number.