scale-floatss-to-bigintss
▸ function scaleFloatssToBigintss
(ass
: number[][]): bigint[][]
Defined in scale-to-int/scale-floatss-to-bigintss.ts:23
Returns the result of scaling the given array of array of floats by the same power of two such that all floats become bigints.
- can be used to scale polynomials (with coefficients given as Shewchuk expansions)
Parameters:
Name | Type | Description |
---|---|---|
ass | number[][] | an array of an array of double precision floating point numbers |
Returns: bigint[][]