Seo Forum

Coding & Programming => JavaScript Forum => Topic started by: sonakshibhathi on 07-31-2017, 07:06:38

Title: Negative infinity in JavaScript?
Post by: sonakshibhathi on 07-31-2017, 07:06:38
Hello friends,
I would like to know,
What is called as negative infinity in JavaScript?
Title: Re: Negative infinity in JavaScript?
Post by: Michealyardy on 05-22-2018, 00:03:09
It is defined as number in JavaScript, derived by dividing negative number by zero
Title: Re: Negative infinity in JavaScript?
Post by: raghuramastrologer on 07-16-2019, 02:56:31
The value of Number.NEGATIVE_INFINITY is the same as the negative value of the global object's Infinity property. This value behaves slightly differently than mathematical infinity: Any negative value, including NEGATIVE_INFINITY , multiplied by NEGATIVE_INFINITY is POSITIVE_INFINITY

Title: Re: Negative infinity in JavaScript?
Post by: Lishmalinyjames on 03-23-2021, 01:22:40
The NEGATIVE_INFINITY property represents negative infinity. Negative infinity can be explained as something that is lower than any other number.