This function computes the dividend yield.
Parameters
Return value
The return value is a Number.
Example
If the dividend is 9.85, the market price is 10.87, the return value of the following statement is 0.91.
FRDividendYield(9.85, 10.87)