Alphabetical - C

calcsizeReturns test
callableReturns True or False depending if the object argument appears callable (built-in).
cbrtReturns the cubed root.
ceilReturns the ceiling of x (smallest integer >= x).
choiceReturns test
chrReturns the string representation for a Unicode character (built-in).
classmethodTransforms a method into a class method (built-in).
clearRemove all items from the array (empty it).
combReturns test
compileCompile the source into a code or AST object (built-in).
complexConvert or create a complex number from a string or number (built-in).
copysignReturns test
correlationReturns test
cosReturn the cosine of x radians.
coshReturns test
countReturn the number of occurrences of x.
covarianceReturns test
calcsize
Returns test
callable
Returns True or False depending if the object argument appears callable (built-in).
cbrt
Returns the cubed root.
ceil
Returns the ceiling of x (smallest integer >= x).
choice
Returns test
chr
Returns the string representation for a Unicode character (built-in).
classmethod
Transforms a method into a class method (built-in).
clear
Remove all items from the array (empty it).
comb
Returns test
compile
Compile the source into a code or AST object (built-in).
complex
Convert or create a complex number from a string or number (built-in).
copysign
Returns test
correlation
Returns test
cos
Return the cosine of x radians.
cosh
Returns test
count
Return the number of occurrences of x.
covariance
Returns test

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