Alphabetical - F

fabsReturns the absolute value of a number as a floating point (math, numpy).
factorialReturns x! as an exact integer. (math).
filterConstructs an iterator (built-in).
findallReturns all non-overlapping matches in a string (re).
finditerReturns test (re).
fixReturns test (numpy).
floatReturn a floating point number constructed from a number or string x (built-in).
float_divideReturns test (numpy).
floorReturns the floor of x (largest integer <= x). (math, numpy).
floor_divideReturns test (numpy).
fmaReturns test (math).
fmaxReturns test (numpy).
fmeanReturns the fast, floating-point arithmetic mean, with optional weighting (statistics).
fminReturns test (numpy).
fmodReturns test (math, numpy).
formatConverts a value to specific format (built-in).
frexpReturns test (math, numpy).
frozensetReturns a frozenset object (built-in).
fsumReturns test (math).
fullmatchReturns 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