ORIGINAL
Loading...
Searching...
No Matches
Typedefs
Type Definitions

Platform-independent type aliases. More...

Typedefs

using original::floating = double
 Double-precision floating-point type.
 
using original::l_floating = long double
 Extended precision floating-point type.
 

Detailed Description

Platform-independent type aliases.

Typedef Documentation

◆ floating

Double-precision floating-point type.

Standard floating-point type for most numerical calculations.

Note
Typically 64-bit IEEE 754 floating-point (15-17 decimal digits' precision)
Use this for most floating-point operations requiring precision
Equivalent to double

◆ l_floating

Extended precision floating-point type.

Highest precision floating-point type for critical numerical calculations.

Note
Typically 80-bit or 128-bit extended precision (18-21 decimal digits' precision)
Use this when maximum floating-point precision is required
Equivalent to long double