All arguments come normalized in the functions defined in YieldSpace.sol, except for the timeToMaturity argument, which is normalized internally in the library. The style would be more consistent if we asked users to normalize all function arguments before they call any function.
All arguments come normalized in the functions defined in
YieldSpace.sol
, except for thetimeToMaturity
argument, which is normalized internally in the library. The style would be more consistent if we asked users to normalize all function arguments before they call any function.