normalizationFactor
Computes a normalization factor for a given set of four double values. The normalization ensures values are scaled properly based on their maximum magnitude.
Return
A double representing the normalization factor.
Parameters
The first value.
The second value.
The third value.
The fourth value.
Calculates a normalization factor based on the maximum value among the input parameters and their exponent. It ensures the result lies within a reasonable range for numerical stability.
Return
the computed normalization factor
Parameters
the first input value
the second input value
the third input value
Calculates a normalization factor based on the maximum value between two given numbers and the exponent of that maximum value. The normalization factor ensures that values within a certain range are normalized appropriately.
Return
the normalization factor based on the input values
Parameters
the first double value
the second double value