

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to find the value closest to negative infinity in Python?
Although infinity doesn't have a concrete representation, the closest number to negative infinity is represented as return value of float() function with '-inf' as argument
>>> a=float('-inf') >>> -inf
- Related Questions & Answers
- How to find the value closest to positive infinity in Python?
- Find the closest index to given value in JavaScript
- How to print positive and negative infinity values in JavaScript?
- What is negative infinity in javascript?
- Return the negative infinity Norm of the matrix in Linear Algebra in Python
- Find the closest value of an array in JavaScript
- Find k closest elements to a given value in C++
- Program to find closest dessert cost in Python
- Program to find closest subsequence sum in Python
- Replace NaN with zero and fill negative infinity values in Python
- Program to find closest room from queries in Python
- Find K Closest Points to the Origin in C++
- Compute the condition number of a matrix in linear algebra using Negative Infinity norm in Python
- Find the Closest Palindrome in C++
- Test element-wise for positive or negative infinity in Numpy
Advertisements