Update Fcn authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -6,7 +6,7 @@ The module supports a number of different types of mathematical functions: ...@@ -6,7 +6,7 @@ The module supports a number of different types of mathematical functions:
- Sines and cosines ( `sin(), sindeg(), cos(), cosdeg()` ) - Sines and cosines ( `sin(), sindeg(), cos(), cosdeg()` )
- Floating-point absolute values ( `fabs()` ) - Floating-point absolute values ( `fabs()` )
- Logarithm base 10 ( `log10` ) - Logarithm base 10 ( `log10()` )
- Square root ( `sqrt()` ) - Square root ( `sqrt()` )
- ***Single argument*** LIGO math functions defined in the `inlineMath_x86_asm.h` header - ***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 - For the functions named above you must use the non-LIGO name, ex `sin()` instead of `lsin()` as the RCG does the conversion
... ...
......