JanetDocsPlaygroundI'm feeling luckyGitHub sign in

nan?



    function
    boot.janet on line 99, column 1

    (nan? x)

    Check if x is NaN.


1 exampleSign in to add an example
Loading...
(nan? 1)  # => false
(nan? (/ 0 0))  # => true
(nan? (sqrt -1))  # => true
cellularmitosisPlayground