python set negative infinity

Solutions on MaxInterview for python set negative infinity by the best coders in the world

showing results for - "python set negative infinity"
Tommaso
22 Jul 2017
1# Define Negative infinity number
2ntive_inf = float('-inf')
3print('Negative Infinity: ',ntive_inf)