


Go to the source code of this file.
Classes | |
| class | US_Math2 |
| A collecion of methematical routines. All functions are static. More... | |
| class | US_Math2::Peptide |
| A structure used for calculating a peptide sequence. More... | |
| class | US_Math2::SolutionData |
| A structure used for holding solution data. More... | |
Macros | |
| #define | sq(x) ((x) * (x)) |
| us_math.h More... | |
| #define | max(a, b) (((a) > (b)) ? (a) : (b)) |
| #define | min(a, b) (((a) < (b)) ? (a) : (b)) |
| #define | swap_double(a, b) {double t = a; a=b; b=t;} |
| #define max | ( | a, | |
| b | |||
| ) | (((a) > (b)) ? (a) : (b)) |
Definition at line 12 of file us_math2.h.
| #define min | ( | a, | |
| b | |||
| ) | (((a) < (b)) ? (a) : (b)) |
Definition at line 16 of file us_math2.h.
| #define sq | ( | x | ) | ((x) * (x)) |
us_math.h
Definition at line 10 of file us_math2.h.
| #define swap_double | ( | a, | |
| b | |||
| ) | {double t = a; a=b; b=t;} |
Definition at line 21 of file us_math2.h.
1.8.3.1-20130324