• R
    asm for hypot and hypotf · ad2d2b96
    Rich Felker 提交于
    special care is made to avoid any inexact computations when either arg
    is zero (in which case the exact absolute value of the other arg
    should be returned) and to support the special condition that
    hypot(±inf,nan) yields inf.
    
    hypotl is not yet implemented since avoiding overflow is nontrivial.
    ad2d2b96
hypotf.s 510 字节