- Companion:
- class
Value members
Inherited methods
Computes the log power of two we'd need to scale by so that the max double is between (2 ** scaleConstant, 2 ** -scaleConstant).
Computes the log power of two we'd need to scale by so that the max double is between (2 ** scaleConstant, 2 ** -scaleConstant).
- Inherited from:
- Scaling
Ensures that the max double is between (2scaleConstant,2-scaleConstant), scaling the array as necessary.
Ensures that the max double is between (2scaleConstant,2-scaleConstant), scaling the array as necessary.
- Returns:
newScale
- Inherited from:
- Scaling
Converts the scaled value into "normal" space
Converts the scaled value into "normal" space
- Inherited from:
- Scaling
Sums src into dest assuming they're at different scales. src may be longer than
dest, which is useful for allocating a large work buffer.
Sums src into dest assuming they're at different scales. src may be longer than
dest, which is useful for allocating a large work buffer.
- Returns:
the new scale
- Inherited from:
- Scaling
Converts the scaled value into "normal" space
Converts the scaled value into "normal" space
- Inherited from:
- Scaling