pub fn nerd_abs(x: &Value) -> DogeResultExpand description
nerd.abs(x) — magnitude, keeping the argument’s own type. An Int stays an
Int (and never overflows — it is arbitrary precision), a Float a Float, a
Decimal a Decimal.
pub fn nerd_abs(x: &Value) -> DogeResultnerd.abs(x) — magnitude, keeping the argument’s own type. An Int stays an
Int (and never overflows — it is arbitrary precision), a Float a Float, a
Decimal a Decimal.