C Standard Libraries C++

<cmath>

Overview

Constants

HUGE_VAL

Definition

#define HUGE_VAL infinity*

* Note: The IEEE defines infinity for doubles as 7FF00000 00000000 bitwise hexidecimal digits. That is, with all of the 11 exponent bits equal to 1 and the remaining bits equal to 0.

Description

This is defined as representing positive infinity.

 

© 2007–2024 XoaX.net LLC. All rights reserved.