return to top
source
norm_num
Nat.sqrt
This module defines a norm_num extension for Nat.sqrt.
Given the natural number literal ex, returns its square root as a natural number literal and an equality proof. Panics if ex isn't a natural number literal.
ex
Evaluates the Nat.sqrt function.