QuantLib: Numeric Type Definitions
The file types.hpp defines a number of numeric types. These are typedef QL_INTEGER Integer; typedef QL_BIG_INTEGER BigInteger; typedef unsigned QL_INTEGER Natural; typedef unsigned QL_BIG_INTEGER BigNatural; typedef QL_REAL Real; typedef Real Decimal; typedef std::size_t Size; typedef Real Time; typedef Real DiscountFactor;…
Read more