makeRoot: Make n-th Root Function Function factory to create a n-th...

Description Usage Arguments Value Examples

View source: R/matrix_tools.R

Description

Make n-th Root Function Function factory to create a n-th root function

Usage

1

Arguments

n

numeric

Value

a function which complutes the n-th root of an input

Examples

1
2
square_root <- makeRoot(2)
cube_root <- makeRoot(3)

burch-cm/kittius documentation built on March 11, 2021, 5:40 a.m.