qs: Solver for quadratic equations a*x^2 + b*x + c = 0

Description Usage Arguments Value Author(s)

Description

Solver for quadratic equations a*x^2 + b*x + c = 0

Usage

1
qs(a, b, c)

Arguments

a

real number

b

real number

c

real number

Value

solution of the quadratic equation a*x^2 + b*x + c = 0

Author(s)

Ted Harding, Ted.Harding@nessie.mcc.ac.uk


szugat/predfat documentation built on May 31, 2019, 12:50 a.m.