https://github.com/cran/RandomFields
Raw File
Tip revision: bd298816a60ec4ca975f1289dc6ad3475d6247bf authored by Martin Schlather on 09 January 2016, 13:56:44 UTC
version 3.1.8
Tip revision: bd29881
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