quadratic_formula: Deploy the quadratic formula given inputs 'a', 'b', and 'c'...

View source: R/math-functions.R

quadratic_formulaR Documentation

Deploy the quadratic formula given inputs a, b, and c such that they satisfy the equation (a * (x ^ 2)) + bx + c = 0

Description

Deploy the quadratic formula given inputs a, b, and c such that they satisfy the equation (a * (x ^ 2)) + bx + c = 0

Usage

quadratic_formula(a, b, c)

Arguments

a

The coefficient of the squared term

b

The coefficient of the linear term

c

The coefficient of the constant term

Value

The solutions to the equation


sportsdataverse/sportyR documentation built on Feb. 17, 2024, 9:44 p.m.