MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Infinity

Method Infinity

tests/gtest/gtest.h:6735–6737  ·  view source on GitHub ↗

Returns the floating-point number that represent positive infinity.

Source from the content-addressed store, hash-verified

6733
6734 // Returns the floating-point number that represent positive infinity.
6735 static RawType Infinity() {
6736 return ReinterpretBits(kExponentBitMask);
6737 }
6738
6739 // Returns the maximum representable finite floating-point number.
6740 static RawType Max();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected