Alphabetical - L

lcmReturns the least common multiple (math, numpy).
ldexpused to compute the expression x * (2**i) . (math, numpy).
lenReturns the length of an object (built-in).
lgammaReturns test (math).
linear_regressionReturns the slope and intercept for a simple linear regression (statistics).
listReturns a list data type (built-in).
localsReturns a dictionary representing the local symbol table (built-in).
logReturns the natural logarithm of x. (math, numpy).
log10Returns the base-10 logarithm of x. (math, numpy).
log1pReturns test (math, numpy).
log2Returns test (math, numpy).
logaddexpReturns test (numpy).
logaddexp2Returns test (numpy).
lognormvariateReturns test (random).
lcm
Returns the least common multiple (math, numpy).
ldexp
used to compute the expression x * (2**i) . (math, numpy).
len
Returns the length of an object (built-in).
lgamma
Returns test (math).
linear_regression
Returns the slope and intercept for a simple linear regression (statistics).
list
Returns a list data type (built-in).
locals
Returns a dictionary representing the local symbol table (built-in).
log
Returns the natural logarithm of x. (math, numpy).
log10
Returns the base-10 logarithm of x. (math, numpy).
log1p
Returns test (math, numpy).
log2
Returns test (math, numpy).
logaddexp
Returns test (numpy).
logaddexp2
Returns test (numpy).
lognormvariate
Returns test (random).

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