Home
last modified time | relevance | path

Searched defs:bisection_init (Results 1 – 2 of 2) sorted by relevance

/dports/databases/postgresql12-client/postgresql-12.9/contrib/cube/
H A Dcube--unpackaged--1.0.sql47 ALTER EXTENSION cube ADD function g_cube_compress(internal);
/dports/math/gsl/gsl-2.7/roots/
H A Dbisection.c47 bisection_init (void * vstate, gsl_function * f, double * root, double x_lower, double x_upper) in bisection_init() function