delta: Generic Power Function

Description Usage Arguments Value

Description

This function raises a vector to any power. I'm making it internal, by not exporting, because I don't want users to use it. Why not? Because I said so!

Usage

1
delta(a = 0, b = 0, c = 0)

Arguments

a

of expression(ax^2 + bx + c )

b

of expression(ax^2 + bx + c )

c

of expression(ax^2 + bx + c )

Value

The roots x, calculated by a,b,c.


farihakhan/powersPackage documentation built on May 12, 2019, 8:45 a.m.