FactorSquareFreeList[poly] gives a list of square-free factors of a polynomial, together with their exponents.
FactorSquareFree[poly] pulls out any multiple factors in a polynomial.
FactorTermsList[poly] gives a list in which the first element is the overall numerical factor in poly, and the second element is the polynomial with the overall factor ...
FactorTerms[poly] pulls out any overall numerical factor in poly. FactorTerms[poly, x] pulls out any overall factor in poly that does not depend on x. FactorTerms[poly, {x_1, ...
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
FeedbackType is an option for some control system functions that specifies the feedback type.
Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).
FieldHint is an option for InputField that specifies contents to display when the input field is empty.
FieldHintStyle is an option for InputField that specifies the style to use for displaying the field hint.
FieldMasked is an option to InputField that determines whether to mask user input.