-
Which of these class contains only floating point functions?
-
- Object
- System
- Process
- Math
- None of these
Correct Option: D
Math class contains all the floating point functions that are used for geometry, trigonometry, as well as several general purpose methods. Example : sin(), cos(), exp(), sqrt() etc.