Module eos_rs::api::math

source ·
Expand description

Math functions.

Functions

  • Clamps the absolute values in a two-component integer array.
  • Computes the Euclidean norm of a two-component integer array, sort of like hypotf(3).