minroot {simts} | R Documentation |
Obtain the smallest polynomial root
Description
Calculates all the roots of a polynomial and returns the root that is the smallest.
Usage
minroot(x)
Arguments
x |
A |
Value
A double
with the minimum root value.
[Package simts version 0.2.2 Index]