| | | If any of the arguments are not numeric, then #VALUE! is returned. |
| | | If "x" is negative, then #NUM! is returned. |
| | | If "degrees_freedom1" is not an integer, it is truncated. |
| | | If "degrees_freedom1" < 1, then #NUM! is returned. |
| | | If "degrees_freedom1" = 10^10, then #NUM! is returned. |
| | | If "degrees_freedom2" is not an integer, it is truncated. |
| | | If "degrees_freedom2" < 1, then #NUM! is returned. |
| | | If "degrees_freedom2" = 10^10, then #NUM! is returned. |
| | | This function uses the following formula ( F < x ), where F is a random variable that has an F distribution. |