Function abs_i64

Source
pub extern "C" fn abs_i64(x: i64) -> i64
Expand description

计算绝对值(64位整数版本)

§参数

  • x - 输入值

§返回值

返回x的绝对值