noun
not a number; NaN
Computing term for a numeric data type value representing an undefined or unrepresentable result, such as 0/0. Often seen in programming contexts.
See also: NaN (ナン)
0を0で割ると、結果は非数(NaN)になる。
Dividing zero by zero results in NaN (not a number).