-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfbound.h
31 lines (28 loc) · 1.07 KB
/
fbound.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
* fbound.h
*
* Copyright 2019 Ryan Koehler, VerdAscend Sciences, ryan@verdascend.com
*
* The programs and source code of the vertools collection are free software.
* They are distributed in the hope that they will be useful,
* WITHOUT ANY WARRANTY OF FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Permission is granted for research, educational, and possibly commercial use
* and modification as long as 1) Code and any derived works are not
* redistributed for any fee, and 2) Proper credit is given to the authors.
* If you wish to include this software in a product, or use it commercially,
* please contact the authors.
*
* See https://www.verdascend.com/ for more
*
*/
/*********************** ppp ********************
* C function listing generated by gen_prot
* Tue Oct 17 12:53:06 2000
*/
/****************************************************************
* fbound.c
*/
double GreqD(double conc, double conc2, double temp,double xD);
double Fraction1D(double conc,double conc2,double temp, double gD);
double Fraction2D(double conc,double conc2,double temp ,double gD);