1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>QuantLib: Numeric limits</title>
<link href='https://fonts.googleapis.com/css?family=Merriweather+Sans:800' rel='stylesheet' type='text/css'>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="quantlibextra.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname"><a href="http://quantlib.org">
<img alt="QuantLib" src="QL-title.jpg"></a>
<div id="projectbrief">A free/open-source library for quantitative finance</div>
<div id="projectnumber">Reference manual - version 1.20</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> </div>
<div class="headertitle">
<div class="title">Numeric limits<div class="ingroups"><a class="el" href="group__macros.html">QuantLib macros</a></div></div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:ga3aeae4c27cde504362979f2b14ec9fa8"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__limit_macros.html#ga3aeae4c27cde504362979f2b14ec9fa8">QL_MIN_INTEGER</a>   ((std::numeric_limits<QL_INTEGER>::min)())</td></tr>
<tr class="separator:ga3aeae4c27cde504362979f2b14ec9fa8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gac49205214551771cf97efe9839ac6cb5"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__limit_macros.html#gac49205214551771cf97efe9839ac6cb5">QL_MAX_INTEGER</a>   ((std::numeric_limits<QL_INTEGER>::max)())</td></tr>
<tr class="separator:gac49205214551771cf97efe9839ac6cb5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga8a6736b7bfef354a1fc507317d49117a"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__limit_macros.html#ga8a6736b7bfef354a1fc507317d49117a">QL_MIN_REAL</a>   -((std::numeric_limits<QL_REAL>::max)())</td></tr>
<tr class="separator:ga8a6736b7bfef354a1fc507317d49117a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga866445bac08ce9344f17f74d683f77fc"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__limit_macros.html#ga866445bac08ce9344f17f74d683f77fc">QL_MIN_POSITIVE_REAL</a>   ((std::numeric_limits<QL_REAL>::min)())</td></tr>
<tr class="separator:ga866445bac08ce9344f17f74d683f77fc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga31675a375a563ed7a1bba05c664489af"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__limit_macros.html#ga31675a375a563ed7a1bba05c664489af">QL_MAX_REAL</a>   ((std::numeric_limits<QL_REAL>::max)())</td></tr>
<tr class="separator:ga31675a375a563ed7a1bba05c664489af"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga4f2e6bcf6b19224bce1a5a6234286c17"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__limit_macros.html#ga4f2e6bcf6b19224bce1a5a6234286c17">QL_EPSILON</a>   ((std::numeric_limits<QL_REAL>::epsilon)())</td></tr>
<tr class="separator:ga4f2e6bcf6b19224bce1a5a6234286c17"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gae58989034e407d370803dc448dab50a1"><td class="memItemLeft" align="right" valign="top"><a id="gae58989034e407d370803dc448dab50a1"></a>
#define </td><td class="memItemRight" valign="bottom"><b>QL_NULL_INTEGER</b>   ((std::numeric_limits<int>::max)())</td></tr>
<tr class="separator:gae58989034e407d370803dc448dab50a1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga45128fec402ed57b1e9f79b421f036ec"><td class="memItemLeft" align="right" valign="top"><a id="ga45128fec402ed57b1e9f79b421f036ec"></a>
#define </td><td class="memItemRight" valign="bottom"><b>QL_NULL_REAL</b>   ((std::numeric_limits<float>::max)())</td></tr>
<tr class="separator:ga45128fec402ed57b1e9f79b421f036ec"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Some compilers do not give an implementation of <code><limits></code> yet. For the code to be portable these macros should be used instead of the corresponding method of <code>std::numeric_limits</code> or the corresponding macro defined in <code><limits.h></code>. </p>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a id="ga3aeae4c27cde504362979f2b14ec9fa8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga3aeae4c27cde504362979f2b14ec9fa8">◆ </a></span>QL_MIN_INTEGER</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QL_MIN_INTEGER   ((std::numeric_limits<QL_INTEGER>::min)())</td>
</tr>
</table>
</div><div class="memdoc">
<p>Defines the value of the largest representable negative integer value </p>
</div>
</div>
<a id="gac49205214551771cf97efe9839ac6cb5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gac49205214551771cf97efe9839ac6cb5">◆ </a></span>QL_MAX_INTEGER</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QL_MAX_INTEGER   ((std::numeric_limits<QL_INTEGER>::max)())</td>
</tr>
</table>
</div><div class="memdoc">
<p>Defines the value of the largest representable integer value </p>
</div>
</div>
<a id="ga8a6736b7bfef354a1fc507317d49117a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga8a6736b7bfef354a1fc507317d49117a">◆ </a></span>QL_MIN_REAL</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QL_MIN_REAL   -((std::numeric_limits<QL_REAL>::max)())</td>
</tr>
</table>
</div><div class="memdoc">
<p>Defines the value of the largest representable negative floating-point value </p>
</div>
</div>
<a id="ga866445bac08ce9344f17f74d683f77fc"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga866445bac08ce9344f17f74d683f77fc">◆ </a></span>QL_MIN_POSITIVE_REAL</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QL_MIN_POSITIVE_REAL   ((std::numeric_limits<QL_REAL>::min)())</td>
</tr>
</table>
</div><div class="memdoc">
<p>Defines the value of the smallest representable positive double value </p>
</div>
</div>
<a id="ga31675a375a563ed7a1bba05c664489af"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga31675a375a563ed7a1bba05c664489af">◆ </a></span>QL_MAX_REAL</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QL_MAX_REAL   ((std::numeric_limits<QL_REAL>::max)())</td>
</tr>
</table>
</div><div class="memdoc">
<p>Defines the value of the largest representable floating-point value </p>
</div>
</div>
<a id="ga4f2e6bcf6b19224bce1a5a6234286c17"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga4f2e6bcf6b19224bce1a5a6234286c17">◆ </a></span>QL_EPSILON</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define QL_EPSILON   ((std::numeric_limits<QL_REAL>::epsilon)())</td>
</tr>
</table>
</div><div class="memdoc">
<p>Defines the machine precision for operations over doubles </p>
<dl class="section examples"><dt>Examples</dt><dd><a class="el" href="_callable_bonds_8cpp-example.html#a21">CallableBonds.cpp</a>.</dd>
</dl>
</div>
</div>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.9.1-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="http://www.doxygen.org/index.html">Doxygen</a>
1.8.20
</small></address>
</body>
</html>
|