https://github.com/cran/RandomFields
Raw File
Tip revision: 710804a809a826e2569e804792ec7ebde6d66330 authored by Martin Schlather on 25 July 2015, 00:00:00 UTC
version 3.1.1
Tip revision: 710804a
cubicsolver.h
#ifndef CUBICSOLVER_H
#define CUBICSOLVER_H
int cubicsolver(double a, double b, double c, double d, double roots[][2]);
#endif // CUBICSOLVER

back to top