Java Math.IEEEremainder() methodThe java.lang.Math.IEEEremainder() is used to compute the remainder operation on two arguments as prescribed by the IEEE 754 standard. The remainder value is mathematically equal to a-b � n, where n is the mathematical integer closest to the exact mathematical value of the quotient a/b. If two integers are equally closed to a/b then n is the integer that is even. SyntaxParameterReturn
Example 1Test it NowOutput: 0.7000000000000064 Example 2Test it NowOutput: -0.0 Example 3Test it NowOutput: NaN Example 4Test it NowOutput: NaN Example 5Test it NowOutput: NaN Example 6Test it NowOutput: 27.13 Next TopicJava Math |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India