pub fn nerd_min(a: &Value, b: &Value) -> DogeResultExpand description
nerd.min(a, b) — the smaller of two numbers, keeping the winner’s own type;
a tie returns a. Compares exactly across Int/Decimal, via f64 once a Float
is involved.
pub fn nerd_min(a: &Value, b: &Value) -> DogeResultnerd.min(a, b) — the smaller of two numbers, keeping the winner’s own type;
a tie returns a. Compares exactly across Int/Decimal, via f64 once a Float
is involved.