Fork me on GitHub
#cljs-dev
<
2017-03-19
>
richiardiandrea19:03:46

Mmm...I might have found another candidate for a JIRA ticket

cljs.user=> (number? NaN)
true

Alex Miller (Clojure team)19:03:48

NaN is a numeric value, so that seems right to me (and matches Clojure)

Alex Miller (Clojure team)19:03:27

I admit that that’s confusing :)

richiardiandrea19:03:00

ok if matches Clojure then I guess we are good, more valuable learning on my side

richiardiandrea19:03:51

is it worth having this in the docstring of number?