• N
    code cleanup of named constants · 0cbb6547
    nsz 提交于
    zero, one, two, half are replaced by const literals
    The policy was to use the f suffix for float consts (1.0f),
    but don't use suffix for long double consts (these consts
    can be exactly represented as double).
    0cbb6547
pow.c 10.0 KB