#include "utils.h"
Functions | |
int | theta (double a) |
Standard theta function: 1 is a>0, 0 otherwise. | |
void | outputCharacteristics (int n) |
Sets number of decimal places to display in scientific output. | |
double | toleranceCheck (double a, double b) |
Finds fractional difference between |a| and |b|. | |
void | printRow (double x) |
bool | testNan (double f) |
Returns true if f's a nan. | |
bool | close (double m1, double m2, double tol) |
checks if ABSOLUTE (or squared) values are closer than tol |
Revision 1.1.1.1 2004/11/19 16:18:31 allanach
Revision 1.15 2004/09/28 10:39:07 allanach Added Les Houches output function for output to a file
Revision 1.14 2004/05/12 19:18:00 allanach Made the close function safer: it's no longer sensitive to zeros
Revision 1.13 2004/04/07 16:19:09 allanach Added proper NaN tests
Revision 1.12 2003/06/05 09:17:19 allanach Started coding Les Houches Discord
Revision 1.11 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.10 2003/03/28 15:59:35 allanach Two-loop stuff relegated to seperate file
Revision 1.9 2003/03/07 11:32:48 allanach Added tested 2-loop alpha_t^2, alpha_s alpha_t, alpha_s alpha_b corrections to REWSB and bug-fixed the Higgs mass calculation
Revision 1.8 2003/03/04 12:47:44 allanach Deleted call to f2c.h and included it directly
Revision 1.7 2003/02/26 10:11:06 allanach Put two-loop Higgs routines from Slavich and co in
Revision 1.6 2003/02/21 13:02:07 allanach Changed headings to new conventions
Revision 1.3 2002/05/01 16:02:20 allanach Added checkTolerance subroutine
|
Outputs a space if greater than zero, a minus otherwise. Useful for outputting negative numbers in rows |