pyxx.numbers#

Code for processing and managing numerical types of data

The pyxx.numbers module contains a variety of code intended to aid in processing numerical data. For instance, this module contains code to identify whether a value is a valid floating-point number or integer.

Analyzing Number Type#

The functions in this section are intended to assist in identifying the type of an arbitrary value.

is_float(value)

Checks whether a value is a floating-point number

is_integer(value)

Checks whether a value is an integer