You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method=:numerical, multroot_method=nothing, kwargs...) where {T}
432
432
433
433
For a rational function `p/q`, first reduces to normal form, then finds the roots and multiplicities of the resulting denominator.
434
434
435
435
* `method` is used to pass to `lowest_terms`
436
-
* `multroot_method` is passed to the method argument of `multroot`, which can be `:direct` (the faster default) or `:iterative` (the slower, and possibly more robust alternate)
436
+
* `multroot_method` is passed to the method argument of `multroot`, which can be `:direct` (the faster default) or `:iterative` (the slower, and possibly more robust alternate). The default is `:direct` save for `Big` values in which case `:iterative` is used.
0 commit comments