Alphabetical - F
| fabs | Returns the absolute value of a number as a floating point (math, numpy). |
| factorial | Returns x! as an exact integer. (math). |
| filter | Constructs an iterator (built-in). |
| findall | Returns all non-overlapping matches in a string (re). |
| finditer | Returns test (re). |
| fix | Returns test (numpy). |
| float | Return a floating point number constructed from a number or string x (built-in). |
| float_divide | Returns test (numpy). |
| floor | Returns the floor of x (largest integer <= x). (math, numpy). |
| floor_divide | Returns test (numpy). |
| fma | Returns test (math). |
| fmax | Returns test (numpy). |
| fmean | Returns the fast, floating-point arithmetic mean, with optional weighting (statistics). |
| fmin | Returns test (numpy). |
| fmod | Returns test (math, numpy). |
| format | Converts a value to specific format (built-in). |
| frexp | Returns test (math, numpy). |
| frozenset | Returns a frozenset object (built-in). |
| fsum | Returns test (math). |
| fullmatch | Returns test (re). |
| fabs Returns the absolute value of a number as a floating point (math, numpy). |
| factorial Returns x! as an exact integer. (math). |
| filter Constructs an iterator (built-in). |
| findall Returns all non-overlapping matches in a string (re). |
| finditer Returns test (re). |
| fix Returns test (numpy). |
| float Return a floating point number constructed from a number or string x (built-in). |
| float_divide Returns test (numpy). |
| floor Returns the floor of x (largest integer <= x). (math, numpy). |
| floor_divide Returns test (numpy). |
| fma Returns test (math). |
| fmax Returns test (numpy). |
| fmean Returns the fast, floating-point arithmetic mean, with optional weighting (statistics). |
| fmin Returns test (numpy). |
| fmod Returns test (math, numpy). |
| format Converts a value to specific format (built-in). |
| frexp Returns test (math, numpy). |
| frozenset Returns a frozenset object (built-in). |
| fsum Returns test (math). |
| fullmatch Returns test (re). |
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top