import { type Num } from "https://deno.land/x/rimbu@0.13.5/typical/index.ts";
const { Pow } = Num;
Returns the power of the first natural number to the second given natural number.
import { type Num } from "https://deno.land/x/rimbu@0.13.5/typical/index.ts";
const { Pow } = Num;
Returns the power of the first natural number to the second given natural number.