You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
src/cval.c line 363
Code:
case cval_sint: case cval_uint: case cval_float:
return make_cval_complex(cval_cast(c, base),
cval_cast(cval_zero, base));
return c; // <- unreachable