“Infinty en Python” Código de respuesta

Valor infinito de Python

test = float("inf")

In Python 3.5, you can do:

import math
test = math.inf
Ugliest Unicorn

Python Set Negation Infinity

# Define Negative infinity number
ntive_inf = float('-inf')
print('Negative Infinity: ',ntive_inf)
Dentedghost

Infinty en Python

not possible in a numerical value sorry 
Albert Einstein

Respuestas similares a “Infinty en Python”

Preguntas similares a “Infinty en Python”

Más respuestas relacionadas con “Infinty en Python” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código