root {math} R Documentation

finds root of specific degree of number.

Description

Usage

root(x, n,
    eps = 1E-05);

Arguments

x

should be a numeric vector

n

Degree of root. [as integer]

eps

Precision with which the calculations are performed. value should be in range (0,1). [as double]

Details

Authors

SMRUCC genomics Institute

Value

Root of number.

clr value class

Examples


[Package math version 2.33.856.6961 Index]