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
38 posts
Recent Articles
Popular Articles
StrictMath tan() Method in Java
Last Updated: 30 July 2018
The java.lang.StrictMath.tan() is an in-built function in Java which returns the trigonometric tangent of an angle.Syntax:public static double tan(double ang)Parameters: T...
read more
Misc
Java
Java-lang package
Java-Functions
java-math
Java-StrictMath
StrictMath sin() Method in Java
Last Updated: 03 August 2018
The java.lang.StrictMath.sin() is an in-built function in Java which returns the trigonometric sine of an angle.Syntax:public static double sin(double ang)Parameters: This...
read more
Misc
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath sinh() Method in Java
Last Updated: 30 July 2018
The java.lang.StrictMath.sinh() method is used to return the hyperbolic sine of a double value passed as parameter to the function. The hyperbolic sine of x is defined by ...
read more
Misc
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath tanh() Method in Java
Last Updated: 03 August 2018
The java.lang.StrictMath.tanh() method is used to return the hyperbolic tan of a double value passed as parameter to the function. The hyperbolic tan of x is defined by th...
read more
Misc
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath nextUp() Method in Java
Last Updated: 03 August 2018
The nextUp(double num) is an inbuilt method of StrictMath class in Java which is used to get the float value that is contiguous to num in the direction of positive i...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath nextDown() Method in Java
Last Updated: 16 December 2021
nextDown(double num)The nextDown(double num) is the inbuilt method of StrictMath class in Java which is used to get the floating point value that is adjacent to num in the...
read more
Java
Java - util package
Java-Functions
Java-StrictMath
StrictMath random() Method in Java
Last Updated: 13 December 2021
The random() is an inbuilt method of StrictMath class in java which is used to get a double value with a positive sign that is greater than or equal to 0.0 and less than 1...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath rint() Method in Java
Last Updated: 13 December 2021
The rint() is the inbuilt method of StrictMath class in Java which is used to get the double value which is closest in value to the argument and is equal to an integer. It...
read more
Java
Java - util package
Java-Functions
Java-StrictMath
StrictMath round() method in Java
Last Updated: 27 December 2022
round(double num)The round(double num) is the inbuilt method of StrictMath class in Java which is used to obtain the closest long to the given argument num. It returns the...
read more
Java
Java - util package
Java-Functions
Java-StrictMath
StrictMath signum() Method in Java
Last Updated: 03 August 2018
The signum(double num) is an inbuilt method of StrictMath class in Java which is used to get the signum method of the argument which means: The result is zero if th...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath sqrt() Method in Java
Last Updated: 09 November 2022
The java.lang.StrictMath.sqrt() is an inbuilt method of StrictMath class in Java which is used to obtain the exact rounded positive square root of a specified double value...
read more
Java
Java-lang package
Java-Functions
Java-StrictMath
StrictMath toIntExact() Method in Java with Examples
Last Updated: 29 December 2022
The java.lang.StrictMath.toIntExact() is an inbuilt method in Java is used to return the value of the long argument. If the result overflows an int it will throw an except...
read more
Java
java-math
Java-StrictMath
StrictMath ulp() Method In Java with Examples
Last Updated: 13 December 2021
ulp(double num)The ulp(double num) is an inbuilt method of StrictMath class in java which is used to get the size of an ulp of the given argument. An ulp of a double value...
read more
Java
Java-lang package
java-math
Java-StrictMath
StrictMath fma() method in Java with Examples
Last Updated: 29 October 2018
In StrictMath class, there are two types of fma() method depending upon the parameters passed to it.The methods are:fma(double a, double b, double c): This method of Stric...
read more
Java
java-basics
Java-Functions
Java-StrictMath
StrictMath multiplyFull() method in Java with Examples
Last Updated: 30 July 2019
The multiplyFull(int x, int y) method of StrictMath class is used to return the exact mathematical product of the two arguments. In the parameters, two integer values are ...
read more
Java
java-basics
Java-lang package
java-math
Java-StrictMath
1
2
3
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 !