zeros: Zeros of a second order polynomial

Description Usage Arguments Examples

View source: R/Quadra.R

Description

Computes the zeros of polynomials of class Quadra

Usage

1
2
## S3 method for class 'Quadra'
zeros(object, ...)

Arguments

object

An object os class Quadra

...

Other arguments when zeros is applied to an other class object

Examples

1
2
P1 <- Quadra(1,2,3)
zeros(P1)

numericalecon documentation built on May 2, 2019, 4:59 p.m.