Difference between revisions of "NaN"
Jump to navigation
Jump to search
(Created NaN stub) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | In general computing, '''NaN''' (standing for '''Not a Number''') is a special [[Number|numeric]] value that is returned as the | + | In general computing, '''NaN''' (standing for '''Not a Number''') is a special [[Number|numeric]] value that is returned as the result of an undefined operation, according to the IEEE 754 standard for floating point numbers.[https://en.wikipedia.org/wiki/NaN] It is the output of '''0/0''', or the [[Sqrt|square root]] of a negative number in Miniscript. |
{{stub}} | {{stub}} | ||
+ | |||
+ | [[Category:Language]] |
Latest revision as of 02:28, 30 January 2025
In general computing, NaN (standing for Not a Number) is a special numeric value that is returned as the result of an undefined operation, according to the IEEE 754 standard for floating point numbers.[1] It is the output of 0/0, or the square root of a negative number in Miniscript.
This article is a stub. You can help the MiniScript Wiki by expanding it.