Changes
Page history
Update Fcn
authored
Mar 06, 2023
by
Ezekiel Dohmen
Hide whitespace changes
Inline
Side-by-side
Fcn.md
View page @
d4e51d79
...
...
@@ -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
...
...
...
...