Skip to main content

checked_sub_python_scale

Function checked_sub_python_scale 

Source
pub fn checked_sub_python_scale(a: Decimal, b: Decimal) -> Option<Decimal>
Expand description

Overflow-checked sub_python_scale — see checked_add_python_scale.