Skip to main content

absi

Function absi 

pub fn absi(x: i64) -> i64
Expand description

Returns the absolute value of int parameter x (i.e. positive value).

# a is 1
var a = absi(-1)