updated for version 7.3.094
Problem: Using abs() requires type cast to int. Solution: Use labs() so that the value remains long. (Hong Xu)
Loading
Please register or sign in to comment
Problem: Using abs() requires type cast to int. Solution: Use labs() so that the value remains long. (Hong Xu)