convertPreciseToFloat converts a precise amount (big.Int) to a floating-point representation. Parameters: - preciseAmount *big.Int: The precise amount to convert. - precision float64: The precision factor (e.g., 100 for 2 decimal places). Returns: - float64: The floating-point representation of th
(preciseAmount *big.Int, precision float64)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected