b-p-inf-norm
▸ function bPInfNorm
(p: bigint[]): bigint
Defined in norm/bigint/b-p-inf-norm.ts:10
Returns the p-infinity norm, i.e. the maximum magnitude absolute value
within the given array of bigints / coefficients.
Parameters:
| Name | Type | Description |
|---|---|---|
p | bigint[] | an array of bigints; can represent an array of polynomial coefficients |
Returns: bigint