Prototypes | |
| LALUnit * | XLALUnitRaiseRAT4 (LALUnit *output, const LALUnit *input, const RAT4 *power) |
Raises a LALUnit structure to a rational power given by the RAT4 structure power. More... | |
| LALUnit * | XLALUnitRaiseINT2 (LALUnit *output, const LALUnit *input, INT2 power) |
Raises a LALUnit structure to an integer power power. More... | |
| LALUnit * | XLALUnitSquare (LALUnit *output, const LALUnit *input) |
Produces the square of a LALUnit structure. More... | |
| LALUnit * | XLALUnitSqrt (LALUnit *output, const LALUnit *input) |
Produces the square-root of a LALUnit structure. More... | |
| LALUnit * | XLALUnitInvert (LALUnit *output, const LALUnit *input) |
| UNDOCUMENTED. More... | |
Go to the source code of this file.
Macros | |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define TRUE 1 |
Definition at line 20 of file UnitRaise.c.
| #define FALSE 0 |
Definition at line 21 of file UnitRaise.c.