Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Java-Functions
4.2K+ articles
Java - util package
1.6K+ articles
Java-lang package
417+ articles
java-basics
330+ articles
java-math
147+ articles
Java-StrictMath
124+ posts
Recent Articles
Popular Articles
StrictMath cosh() Method in Java
Last Updated: 31 December 2021
The java.lang.StrictMath.cosh() is an inbuilt method in Java which returns the hyperbolic cosine value of a given double argument. The method returns NaN when the argu...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath expm1() Method in Java With Examples
Last Updated: 13 December 2021
The java.lang.StrictMath.expm1() is an inbuilt method in Java which is used to return the exponential e^num -1 for a given value of num. The method gives rise to four diff...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath floor() Method in Java
Last Updated: 13 December 2021
The java.lang.StrictMath.floor() is the inbuilt method which returns the largest double value, less than or equal to the given argument and is equal to the integer value.T...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath getExponent() Method In Java
Last Updated: 19 July 2018
The getExponent(double num) is an inbuilt method of StrictMath class which is used to get the unbiased exponent to be used in the representation of a given double argument...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath hypot() Method in Java
Last Updated: 13 December 2021
According to basic geometry, hypotenuse is nothing but the longest side of a right-angled triangle. It is the side which is opposite to the right angle of the triangle. To...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath IEEEremainder() Method in Java
Last Updated: 29 December 2022
The Java.lang.StrictMath.IEEEremainder() is an inbuilt method of StrictMath class which is used to perform the remainder operation on given two arguments as prescribed by ...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath log() Method In Java
Last Updated: 13 December 2021
The Java.lang.StrictMath.log() is an inbuilt method of StrictMath class which is used to calculate the natural logarithm i.e., log with base e, of a given double value. It...
read more
Java
Java-lang package
Java-StrictMath
StrictMath log10() Method in Java
Last Updated: 23 July 2018
The java.lang.StrictMath.log10() is an inbuilt method in Java which accepts a double value as parameter and returns the base 10 logarithm of that value. Thus calculating t...
read more
Misc
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath log1p() Method in Java
Last Updated: 08 September 2021
The java.lang.StrictMath.log1p() is an in-built method in Java which is used to accept a double value as argument and returns the natural logarithm of the sum of the argum...
read more
Misc
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath pow() Method in Java
Last Updated: 13 December 2021
The java.lang.StrictMath.pow() is an inbuilt method of StrictMath class used to find the power value i.e., the value of one argument raised to the power of another argumen...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath toRadians() Method in Java
Last Updated: 11 October 2018
The java.lang.StrictMath.toRadians() method of StrictMath class in Java is used to accept an angle measured in degrees as a parameter and returns its approximately equival...
read more
Misc
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath toDegrees() Method in Java
Last Updated: 23 July 2018
The java.lang.StrictMath.toDegrees() method of StrictMath class in Java is used to accept an angle measured in radians as a parameter and returns its approximately equival...
read more
Misc
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath multiplyExact() Method in Java
Last Updated: 27 July 2018
The multiplyExact(int num1, int num2) is an inbuilt function of StrictMath class in java which is used to get the product of the given arguments. When the result overflow...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath copySign() in Java
Last Updated: 17 July 2020
The copySign(float mvalue, float sign) is an inbuilt method of StrictMath class in Java which is used to get the first floating-point argument with the sign of the second...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath nextAfter() Method in Java
Last Updated: 10 November 2022
The nextAfter(double start, double direction) is the inbuilt method of StrictMath class in Java which is used to get the float number, adjacent to the start in the dir...
read more
Misc
Java
Java-lang package
Java-Functions
Java-StrictMath
1
2
3
4
5
6
7
8
9
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !