Computer Science, asked by Shreyanshi2cool, 1 year ago

Name the package of java that contains "Math" class

Answers

Answered by writersparadise
18

The Java package that contains the “Math” class is java.lang.Math.


The class is used to perform almost all basic numeric operations. It is defined as


public final class Math

   extends object


It has two fields static double E and static double PI.
Answered by SƬᏗᏒᏇᏗƦƦᎥᎧƦ
8

Answer:

Java.lang

contains math class

Similar questions