Alphabetical - F

fabsReturns the absolute value of a number as a floating point.
factorialReturns x! as an exact integer.
filterConstructs an iterator (built-in).
floatReturn a floating point number constructed from a number or string x (built-in).
floorReturns the floor of x (largest integer <= x).
fmeanReturns test
fmodReturns test
formatConverts a value to specific format (built-in).
frexpReturns test
frombyteAppend items from a bytes object, interpreted using the array's type.
fromfileRead n items (as machine values) from a file object.
fromlistAppend items from a list after type checking.
frozensetReturns a frozenset object (built-in).
fsumReturns test
fabs
Returns the absolute value of a number as a floating point.
factorial
Returns x! as an exact integer.
filter
Constructs an iterator (built-in).
float
Return a floating point number constructed from a number or string x (built-in).
floor
Returns the floor of x (largest integer <= x).
fmean
Returns test
fmod
Returns test
format
Converts a value to specific format (built-in).
frexp
Returns test
frombyte
Append items from a bytes object, interpreted using the array's type.
fromfile
Read n items (as machine values) from a file object.
fromlist
Append items from a list after type checking.
frozenset
Returns a frozenset object (built-in).
fsum
Returns test

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top