Results 1 to 5 of 5

Thread: What does the NaN function do?

  1. #1

  2. #2
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    2,096

    Default

    The NaN property represents "Not-a-Number" value. This property indicates that a value is not a legal number. The NaN property is the same as the Number. Nan property. Tip: Use the isNaN() global function to check if a value is a NaN value.
    Cheap VPS Hosting | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop Access
    Cheap Dedicated Servers | Linux Dedicated Server Hosting

  3. #3

    Default

    NaN stands for 'not-a-number'. The function isNaN determines the argument or the value is a NaN. The function returns true if the argument is not a number, otherwise returns false

  4. #4

    Default

    In computing, NaN, standing for not a number, is a member of a numeric data type that can be interpreted as a value that is undefined or unrepresentable, especially in floating-point arithmetic. Quiet NaNs are used to propagating errors resulting from invalid operations or values.

  5. #5
    Join Date
    Jan 2020
    Location
    singapore
    Posts
    34

    Default

    NaN stands for 'not-a-number'. The function isNaN determines the argument or the value is a NaN. The function returns true if the argument is not a number, otherwise returns false.

Similar Threads

  1. What Are The Function of Cross Linking?
    By ruhikhan in forum Business Tools
    Replies: 2
    Last Post: 11-13-2018, 05:58 AM
  2. What are the function of Cross linking?
    By riprook7 in forum Business Tools
    Replies: 2
    Last Post: 11-16-2017, 08:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •