is_int# spheroidal.wrapper.is_int(x)[source]# Tests if a number is an integer. Parameters: x (float) – number to test Returns: True if x is an integer, False otherwise Return type: bool