Module acme_core::math

source ·
Expand description

§Mathematics

This module contains the core mathematical operations and structures used throughout the library. It is divided into submodules for each mathematical operation or structure.

Modules§

Traits§

  • Associative Property describes an operation that is invariant under the grouping of its operands.
  • Commutative Property describes an operation that is invariant under the exchange of its operands.