Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isNaNCheck
Function
isNaNCheck
tests/fl/audio/fft/fft.cpp:714–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
712
}
713
714
bool isNaNCheck(float x) { return !(x == x); }
715
716
} // anonymous namespace
717
Callers
1
FL_TEST_FILE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected