Alphabetical - C
| 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 |
| 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