https://github.com/cran/RandomFields
Revision 6332d8d86088cebf6f828f1d29c71b8060f7e88b authored by Martin Schlather on 23 June 2016, 09:04:50 UTC, committed by cran-robot on 23 June 2016, 09:04:50 UTC
1 parent b56f7a2
Raw File
Tip revision: 6332d8d86088cebf6f828f1d29c71b8060f7e88b authored by Martin Schlather on 23 June 2016, 09:04:50 UTC
version 3.1.16
Tip revision: 6332d8d
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