cub_root: Find cube root of the form ax^3 + bx^2 + cx + d=0

View source: R/spline_helpers.R

cub_rootR Documentation

Find cube root of the form ax^3 + bx^2 + cx + d=0

Description

Find cube root of the form ax^3 + bx^2 + cx + d=0

Usage

cub_root(a, b, c, d)

Arguments

a

parameter 1 in cubic equation

b

parameter 2 in cubic equation

c

parameter 3 in cubic equation

d

parameter 4 in cubic equation


be-green/quantspace documentation built on March 20, 2024, 5:30 p.m.