Update Fcn authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
......@@ -11,7 +11,7 @@ The module supports a number of different types of mathematical functions:
- ***Single argument*** LIGO math functions defined in the `inlineMath_x86_asm.h` header
- For the functions named above you must use the non-LIGO name, ex `sin()` instead of `lsin()` as the RCG does the conversion
- Combinations of the above functions.
- Combinations with constants defined in 'inlineMath_x86_asm.h'
- Combinations with constants defined in `inlineMath_x86_asm.h`
- `M_PI` - 3.14159265358979323846
- `M_TWO_PI` - 6.28318530717958647692
- `M_SQRT2` - 1.41421356237309504880
......
......