InterviewSolution
Saved Bookmarks
| 1. |
Which Methods Is Used To Check For Infinitely Large And Small Values? |
|
Answer» isinfinite() METHOD RETURNS TRUE is the VALUE being tested is infinitely large or small in magnitude. isinfinite() method returns true is the value being tested is infinitely large or small in magnitude. |
|