... | ... | @@ -6,7 +6,7 @@ The module supports a number of different types of mathematical functions: |
|
|
|
|
|
- Sines and cosines ( `sin(), sindeg(), cos(), cosdeg()` )
|
|
|
- Floating-point absolute values ( `fabs()` )
|
|
|
- Logarithm base 10 ( `log10` )
|
|
|
- Logarithm base 10 ( `log10()` )
|
|
|
- Square root ( `sqrt()` )
|
|
|
- ***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
|
... | ... | |