Documentation
¶
Overview ¶
Package math provides safe math operations for blockchain usage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SafeSubWithMin ¶
func SafeSubWithMin[T UInt](x, y, min T) T
SubWithMin returns x - y and return min if less than zero.
Types ¶
Click to show internal directories.
Click to hide internal directories.