Changes
Page history
Update Fcn
authored
Mar 06, 2023
by
Ezekiel Dohmen
Hide whitespace changes
Inline
Side-by-side
Fcn.md
View page @
f59ef50a
...
...
@@ -8,6 +8,8 @@ The module supports a number of different types of mathematical functions:
-
Floating-point absolute values (
`fabs()`
)
-
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
-
Combinations of the above functions and constants
## Operation
...
...
...
...