FRPriceEarningsRatio

FRPriceEarningsRatio(Number marketPrice, Number earningsPerShare)

This function computes the price earning ratio.

Parameters

Return value

The return value is a Number.

Example

If the market price is 10.87, the earning per share is 12, the return value of the following statement is 0.91.

FRPriceEarningsRatio(10.87, 12)