nan

In computing, NaN (), standing for Not a Number, is a particular value of a numeric data type (often a floating-point number) which is undefined as a number, such as the result of 0/0. Systematic use of NaNs was introduced by the IEEE 754 floating-point standard in 1985, along with the representation of other non-finite quantities such as infinities.
In mathematics, the result of 0/0 is typically not defined as a number and may therefore be represented by NaN in computing systems.
The square root of a negative number is not a real number, and is therefore also represented by NaN in compliant computing systems. NaNs may also be used to represent missing values in computations.
Two separate kinds of NaNs are provided, termed quiet NaNs and signaling NaNs. Quiet NaNs are used to propagate errors resulting from invalid operations or values. Signaling NaNs can support advanced features such as mixing numerical and symbolic computation or other extensions to basic floating-point arithmetic.

View More On Wikipedia.org
  1. S

    Granny charger hilarity

    I apologise for asking a dippy question but in a bit of a bind! I’m no newbie to EV’s having been driving them for over a decade (scarily!), and we know that granny chargers are a back up option unless you rarely use the car. We always use the dual wallbox at home with no dramas. However...
Back
Top Bottom