Module oz_math

Module oz_math 

Source

Functions§

sqrt
Computes the integer square root of a number using Newton’s method Ported from OpenZeppelin’s Solidity library to Rust @param a The input number (must be a non-negative integer) @returns The integer square root of a