R/cubic.R

Defines functions cubic

Documented in cubic

cubic<-function(a, b) { 
  a^2*b - a*b^2 
                      }

Try the mixexp package in your browser

Any scripts or data that you put into this service are public.

mixexp documentation built on May 28, 2022, 1:17 a.m.