Commit 5efc97979dc8cc9e8a81fd232224fc19e10fc5ef
1 parent
d5b038a0
Exists in
master
and in
111 other branches
Add function cross for cross product
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
generic_data/Functions/functions.xml
... | ... | @@ -77,6 +77,10 @@ |
77 | 77 | <prompt/> |
78 | 78 | <info_brief>GSE to SM transformation</info_brief> |
79 | 79 | </function>--> |
80 | + <function name="cross(,)" params="2" kind="idl"> | |
81 | + <info_brief>Cross product</info_brief> | |
82 | + <new_kernel>cross</new_kernel> | |
83 | + </function> | |
80 | 84 | <function name="abs()" kind="idl"> |
81 | 85 | <info_brief>Absolute value</info_brief> |
82 | 86 | <new_kernel>abs</new_kernel> |
... | ... |