Commit 4944aec41e5c1e2aaec799b3054465ecb53d910f

Authored by Erdogan Furkan
1 parent 2185f5f5

#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 327 <info_brief>Closest integer greater than or equal to its argument</info_brief>
328 328 <new_kernel>Ceil</new_kernel>
329 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 334 <function name="cos()" kind="math" group="math">
331 335 <info_brief>cosine</info_brief>
332 336 <new_kernel>cos</new_kernel>
... ...