Nominal-func
Minimum Origin Version Required: 2019 SR0
This function is used to calculate the nominal annual interest rate, given the effective rate erate and the number of compounding periods per year npery.
Nominal function is related to Effect function, their relationship is shown in the following equation:
double Nominal( double erate, int npery)
erate
nprey
aa=0.05; bb=4; Nominal(aa, bb) = ; // returns 0.0490889
Nominal, RRI,