math.inf
math.inf represents the positive infinitive real number. The result is equivalent to float ("inf") .
math.inf represents the positive infinitive real number. The result is equivalent to float ("inf") .
The math.isinf function returns the Boolean True if the number passed as an argument is infinite (either positive or negative), or False otherwise.
The math.degrees function returns the sexagesimal degrees equivalent of the angle x specified in radians.
The math.floor function returns the integer closest to argument passed that is less than or equal to it.
The math.ceil function returns the integer closest to the argument passed that is greater than or equal to it.
The math.radians function returns the radian equivalent of the specified angle in sexagesimal degrees.
The constant math.pi returns the number pi to 15 decimal places.
Excepto donde se indique otra cosa, los contenidos de este sitio web se ofrecen bajo una licencia Reconocimiento-NoComercial-SinObraDerivada 4.0 Internacional