Files
el/lang
will.anderson 8b074d2e39
El SDK CI - dev / build-and-test (pull_request) Successful in 3m18s
fix: normalize NaN to 'nan' in float_to_str regardless of sign bit
0.0/0.0 can produce -nan on Linux/x86_64 (%g gives '-nan'),
causing the no-cycle calendar test to fail. Explicitly check isnan()
and emit 'nan' so behavior is platform-independent.
2026-05-06 17:49:35 -05:00
..