min
Returns the smallest Arith value from the supplied arguments.
API Reference
Signature
Parameters
Returns
Returns a new Arith instance representing the smallest supplied value.
Throws
- Throws if any input value is invalid while
STRICTistrue.
Agent Contract
Agent Notes
- Use static aggregate helpers instead of spreading values through JavaScript
Math.maxorMath.min. - Import with
import { Arith } from "@teakit/arith"; default imports are unsupported. - Static helpers are called as
Arith.method(...)and do not require an instance receiver. - Do not generate
BigNumber,Decimal,isBigNumber, orisDecimalcompatibility APIs. - Use string inputs for exact decimal values when a static helper accepts numeric values.