FRCurrentRatio

FRCurrentRatio(Number curAssets, Number curLiabilities)

This function computes the current ratio.

Parameters

Return value

The return value is a Number.

Example

If the current assets are 1800000.00, the current liabilities are 150000.00, the return value of the following statement is 12.00.

FRCurrentRatio(1800000.00, 150000.00)