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 offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week