use standard library function for nan("") in datatype module #814
00thirdeye00
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
faker-cxx/src/modules/datatype/datatype.cpp
Line 16 in 540cea8
this line will always be true. instead it might be better if we use standard library function to check if a number is
nan
usingisnan(x)
Beta Was this translation helpful? Give feedback.
All reactions