Commit 4944aec41e5c1e2aaec799b3054465ecb53d910f
1 parent
2185f5f5
Exists in
master
and in
9 other branches
#11537 - Done.
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
generic_data/Functions/functions.xml
@@ -327,6 +327,10 @@ | @@ -327,6 +327,10 @@ | ||
327 | <info_brief>Closest integer greater than or equal to its argument</info_brief> | 327 | <info_brief>Closest integer greater than or equal to its argument</info_brief> |
328 | <new_kernel>Ceil</new_kernel> | 328 | <new_kernel>Ceil</new_kernel> |
329 | </function> | 329 | </function> |
330 | + <function name="isNaN()" kind="math" group="math"> | ||
331 | + <info_brief>Checks if there is a NaN value</info_brief> | ||
332 | + <new_kernel>IsNaN</new_kernel> | ||
333 | + </function> | ||
330 | <function name="cos()" kind="math" group="math"> | 334 | <function name="cos()" kind="math" group="math"> |
331 | <info_brief>cosine</info_brief> | 335 | <info_brief>cosine</info_brief> |
332 | <new_kernel>cos</new_kernel> | 336 | <new_kernel>cos</new_kernel> |