C++ Math ilogb()The function returns the exponent part of a given number i.e integral part of logx. ilogb() function is equivalent to (int)logb() SyntaxParameterx: It is the value whose exponent is to be calculated. Return value
ExampleLet's see the simple example Output: Value of x is : 4 Exponent value of x is : 2
Next TopicC++ Math Functions
|
Javatpoint provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India