pystencils.sympyextensions.math.is_integer_sequence

pystencils.sympyextensions.math.is_integer_sequence#

pystencils.sympyextensions.math.is_integer_sequence(sequence)#

Checks if all elements of the passed sequence can be cast to integers

Return type:

bool

Parameters:

sequence (Iterable)