math
File Purpose: math tools
Functions
|
evaluate a parsed ast node, recursively. |
convert x to a roman numeral string. |
|
|
evaluate a string math expression using ast. |
|
round x to a more-likely-to-be-input float (if possible, else just return x). |
convert roman numeral string s to an integer. |
|
|
return whether x is an integer. |
|
returns the product of all elements in iterable; iterable must have at least 1 element. |
|
returns whether all values in x are integer-valued. |
|
returns the product of all elements in iterable. |
|
return x rounded to an integer, using the specified mode. |