Documentation
API Reference
What's New?
About Us
If the input is a string representation of a number (with or without a %), convert it into float. If the input is already a float or an integer, return itself
val (Union[float, int, str])
Union
float
int
str
Union[int, float]