https://github.com/cran/RandomFields
Raw File
Tip revision: b84a6da4ccffd3c68d7dec6274e2005252119035 authored by Martin Schlather on 05 November 2015, 08:31:24 UTC
version 3.1.3
Tip revision: b84a6da
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