Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bigint/mod.ts>modPow

A library for big integer
Latest
function modPow
import { modPow } from "https://deno.land/x/bigint@v0.3/mod.ts";

Parameters

b: bigint
e: bigint
n: bigint

Returns

bigint