cpu-registers

    9熱度

    5回答

    所以我有一個功能,看起來是這樣的: float function(){ float x = SomeValue; return x/SomeOtherValue; } 在某些時候,這個功能溢出,並返回一個非常大的負值。嘗試追查正是這個是怎麼回事,我添加了一個COUT語句,因此該函數是這樣的: float function(){ float x = SomeVal