C++ Math fpclassify()The function returns the value of type int that matches one of the macro constants, depending on the value of x.
SyntaxSuppose a number is x. Syntax would be: Parameterx: The value which is to be matched with one of the macro constants. Return valueIt returns following integer values: FP_INFINITE, FP_NAN, FP_ZERO, FP_SUBNORMAL ,FP_NORMAL. ExampleLet's see the simple example. Output: 1.0/0.0 is a infinite number In this example, fpclassify() function determines that x is a infinite number.
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