Advertisements
Advertisements
प्रश्न
Distinguish between Math.rint( ) and Math.round( ).
अंतर स्पष्ट करें
उत्तर
S. No. | Math.rint() | Math.round() |
1. | Math.rint() returns a shortened version of a number. | Math.round() returns the rounded result, up to the closest integer. |
2. | The return type of Math.rint() is double. | Math.round() returns either int or long. |
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?