https://github.com/cran/RandomFields
Raw File
Tip revision: 919f138ae97c73da2321579cf0a01351bf9ebff3 authored by Martin Schlather on 11 October 2016, 18:32:27 UTC
version 3.1.24.1
Tip revision: 919f138
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