Module ops

Source
Expand description

Provides types and traits for various operations on Moments.

This module is almost always required when using HyperCPU. It provides the standard arithmetic and logical operators for Moments.

Structsยง

Add
Add two Moments together.
Div
Divide one Moment by another.
Mul
Multiply two Moments together.
Rem
Get the remainder of dividing one Moment by another.
Sub
Subtract one Moment from another.