MCPcopy Create free account
hub / github.com/geekcomputers/Python / is_number.py

File is_number.py

is_number.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# importing the module to check for all kinds of numbers truthiness in python.
2import numbers
3from math import pow
4from typing import Any

Callers

nothing calls this directly

Calls 1

check_numberFunction · 0.70

Tested by

no test coverage detected