2023-03-27 10:16:23 -07:00
<!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.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: src/phasicFlow/types/basicTypes/math.hpp File Reference< / title >
< 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 = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.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/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< 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 = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< 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 >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('math_8hpp.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- 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 = "#namespaces" > Namespaces< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > math.hpp File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div class = "textblock" > < div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Include dependency graph for math.hpp:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "math_8hpp__incl.png" border = "0" usemap = "#src_2phasicFlow_2types_2basicTypes_2math_8hpp" alt = "" / > < / div >
< / div >
2023-04-02 14:53:54 -07:00
< / div > < div class = "textblock" > < div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > This graph shows which files directly or indirectly include this file:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "math_8hpp__dep__incl.png" border = "0" usemap = "#src_2phasicFlow_2types_2basicTypes_2math_8hppdep" alt = "" / > < / div >
< / div >
< / div >
< p > < a href = "math_8hpp_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "namespaces" > < / a >
Namespaces< / h2 > < / td > < / tr >
< tr class = "memitem:namespacepFlow" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a62ab5f54018a48f829abd2cca13d75b2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a62ab5f54018a48f829abd2cca13d75b2" > abs< / a > (real x)< / td > < / tr >
< tr class = "separator:a62ab5f54018a48f829abd2cca13d75b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acf7976ed44b8873457aa1aa76c260bda" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#acf7976ed44b8873457aa1aa76c260bda" > abs< / a > (int64 x)< / td > < / tr >
< tr class = "separator:acf7976ed44b8873457aa1aa76c260bda" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a51af64d7cc099599b82ee1a61429d734" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a51af64d7cc099599b82ee1a61429d734" > abs< / a > (int32 x)< / td > < / tr >
< tr class = "separator:a51af64d7cc099599b82ee1a61429d734" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a733d0766b5a543b796883d6551e33347" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a733d0766b5a543b796883d6551e33347" > mod< / a > (real x, real y)< / td > < / tr >
< tr class = "separator:a733d0766b5a543b796883d6551e33347" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae6b61126951d2cce9cfb5213ac4cc2a4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ae6b61126951d2cce9cfb5213ac4cc2a4" > mod< / a > (int64 x, int64 y)< / td > < / tr >
< tr class = "separator:ae6b61126951d2cce9cfb5213ac4cc2a4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73fe9b62d0d27ce78384ccfcf54d8d97" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a73fe9b62d0d27ce78384ccfcf54d8d97" > mod< / a > (int32 x, int32 y)< / td > < / tr >
< tr class = "separator:a73fe9b62d0d27ce78384ccfcf54d8d97" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a5e95911bf969c4793ce304878d1e5b6d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a5e95911bf969c4793ce304878d1e5b6d" > mod< / a > (uint64 x, uint64 y)< / td > < / tr >
< tr class = "separator:a5e95911bf969c4793ce304878d1e5b6d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abd1dae32b4c25bc92b945c5e309434ce" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#abd1dae32b4c25bc92b945c5e309434ce" > mod< / a > (uint32 x, uint32 y)< / td > < / tr >
< tr class = "separator:abd1dae32b4c25bc92b945c5e309434ce" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a11f5f4f046dbeafbb80b548c247541e8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a11f5f4f046dbeafbb80b548c247541e8" > remainder< / a > (real x, real y)< / td > < / tr >
< tr class = "separator:a11f5f4f046dbeafbb80b548c247541e8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a04309949af74c41abe6a8fb8cd47c179" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a04309949af74c41abe6a8fb8cd47c179" > exp< / a > (real x)< / td > < / tr >
< tr class = "separator:a04309949af74c41abe6a8fb8cd47c179" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab5c52c3f812c9d7bd8623a7c72eb9ce5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ab5c52c3f812c9d7bd8623a7c72eb9ce5" > log< / a > (real x)< / td > < / tr >
< tr class = "separator:ab5c52c3f812c9d7bd8623a7c72eb9ce5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a11dc25fe78058b75bb94660a16a9571f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a11dc25fe78058b75bb94660a16a9571f" > log10< / a > (real x)< / td > < / tr >
< tr class = "separator:a11dc25fe78058b75bb94660a16a9571f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7b59197104f6d5d00a8cc0ef026112cb" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a7b59197104f6d5d00a8cc0ef026112cb" > pow< / a > (real x, real y)< / td > < / tr >
< tr class = "separator:a7b59197104f6d5d00a8cc0ef026112cb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aedf0e44e92e0f7a18c7c724daf0f52fa" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aedf0e44e92e0f7a18c7c724daf0f52fa" > sqrt< / a > (real x)< / td > < / tr >
< tr class = "separator:aedf0e44e92e0f7a18c7c724daf0f52fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a74f4ffdea40998d4f4ff0eab72342e2e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a74f4ffdea40998d4f4ff0eab72342e2e" > cbrt< / a > (real x)< / td > < / tr >
< tr class = "separator:a74f4ffdea40998d4f4ff0eab72342e2e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee6110d73360fe9b98a9a0b5d6517f5b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aee6110d73360fe9b98a9a0b5d6517f5b" > sin< / a > (real x)< / td > < / tr >
< tr class = "separator:aee6110d73360fe9b98a9a0b5d6517f5b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac16cb27d8952272fc2cdd82bd5cfc19e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ac16cb27d8952272fc2cdd82bd5cfc19e" > cos< / a > (real x)< / td > < / tr >
< tr class = "separator:ac16cb27d8952272fc2cdd82bd5cfc19e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0df4133c757db76238f71d9281af7e5a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a0df4133c757db76238f71d9281af7e5a" > tan< / a > (real x)< / td > < / tr >
< tr class = "separator:a0df4133c757db76238f71d9281af7e5a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2089cd71470cbda97e23f3c2e219f9f7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a2089cd71470cbda97e23f3c2e219f9f7" > asin< / a > (real x)< / td > < / tr >
< tr class = "separator:a2089cd71470cbda97e23f3c2e219f9f7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a23fda25d850f7ff342c665e7f3bc97a4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a23fda25d850f7ff342c665e7f3bc97a4" > acos< / a > (real x)< / td > < / tr >
< tr class = "separator:a23fda25d850f7ff342c665e7f3bc97a4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa4f7821ffd25a53850391823eccec62b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aa4f7821ffd25a53850391823eccec62b" > atan< / a > (real x)< / td > < / tr >
< tr class = "separator:aa4f7821ffd25a53850391823eccec62b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a02b6302cdf317ac55b5a4e7d63293084" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a02b6302cdf317ac55b5a4e7d63293084" > atan2< / a > (real y, real x)< / td > < / tr >
< tr class = "separator:a02b6302cdf317ac55b5a4e7d63293084" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2ee7d2cb0c44d7ad8abcccbc73160761" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a2ee7d2cb0c44d7ad8abcccbc73160761" > sinh< / a > (real x)< / td > < / tr >
< tr class = "separator:a2ee7d2cb0c44d7ad8abcccbc73160761" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0689a3b3dc7f8abd1bcc37804c4b3e39" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a0689a3b3dc7f8abd1bcc37804c4b3e39" > cosh< / a > (real x)< / td > < / tr >
< tr class = "separator:a0689a3b3dc7f8abd1bcc37804c4b3e39" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6e50eb5e13bb39470db0c9591b7f4921" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a6e50eb5e13bb39470db0c9591b7f4921" > tanh< / a > (real x)< / td > < / tr >
< tr class = "separator:a6e50eb5e13bb39470db0c9591b7f4921" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7ad99ac1d2662b2e5e71b2b6516e931" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aa7ad99ac1d2662b2e5e71b2b6516e931" > asinh< / a > (real x)< / td > < / tr >
< tr class = "separator:aa7ad99ac1d2662b2e5e71b2b6516e931" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a31737f46fdcd2bf15821541a2cb601c3" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a31737f46fdcd2bf15821541a2cb601c3" > acosh< / a > (real x)< / td > < / tr >
< tr class = "separator:a31737f46fdcd2bf15821541a2cb601c3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee06615d390b4a0a3ac1589b07de88ef" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aee06615d390b4a0a3ac1589b07de88ef" > atanh< / a > (real x)< / td > < / tr >
< tr class = "separator:aee06615d390b4a0a3ac1589b07de88ef" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a891ac03a1091d61cfd2950af05683fd7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a891ac03a1091d61cfd2950af05683fd7" > min< / a > (real x, real y)< / td > < / tr >
< tr class = "separator:a891ac03a1091d61cfd2950af05683fd7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a408b4062d67be46927ddb02d27341dd6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a408b4062d67be46927ddb02d27341dd6" > min< / a > (int32 x, int32 y)< / td > < / tr >
< tr class = "separator:a408b4062d67be46927ddb02d27341dd6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad693b5318f03ed8a268aa9594d1a26c8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ad693b5318f03ed8a268aa9594d1a26c8" > min< / a > (int64 x, int64 y)< / td > < / tr >
< tr class = "separator:ad693b5318f03ed8a268aa9594d1a26c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a7790bc15d1703aac150e7a2a313c937f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > uint64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a7790bc15d1703aac150e7a2a313c937f" > min< / a > (uint64 x, uint64 y)< / td > < / tr >
< tr class = "separator:a7790bc15d1703aac150e7a2a313c937f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a0e169b4673dd22facaf0847f6ce45519" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > uint32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a0e169b4673dd22facaf0847f6ce45519" > min< / a > (uint32 x, uint32 y)< / td > < / tr >
< tr class = "separator:a0e169b4673dd22facaf0847f6ce45519" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab98ad9821e972b789352611d99da2c7a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > real  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ab98ad9821e972b789352611d99da2c7a" > max< / a > (real x, real y)< / td > < / tr >
< tr class = "separator:ab98ad9821e972b789352611d99da2c7a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aacd4a4d815c754238ac969f7218d6cd6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aacd4a4d815c754238ac969f7218d6cd6" > max< / a > (int64 x, int64 y)< / td > < / tr >
< tr class = "separator:aacd4a4d815c754238ac969f7218d6cd6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4dfb1ca787261729ce03f1ab5532716f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > int32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a4dfb1ca787261729ce03f1ab5532716f" > max< / a > (int32 x, int32 y)< / td > < / tr >
< tr class = "separator:a4dfb1ca787261729ce03f1ab5532716f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ab299513f5aa929c330199bfe78967316" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > uint64  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ab299513f5aa929c330199bfe78967316" > max< / a > (uint64 x, uint64 y)< / td > < / tr >
< tr class = "separator:ab299513f5aa929c330199bfe78967316" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:aa24f96f5fbbc9cc25a2efc476db2fb38" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > uint32  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aa24f96f5fbbc9cc25a2efc476db2fb38" > max< / a > (uint32 x, uint32 y)< / td > < / tr >
< tr class = "separator:aa24f96f5fbbc9cc25a2efc476db2fb38" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "dir_68267d1309a1af8e8297ef4c3efbcdba.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_cd7a5046d028e114fc17b2ebc2bd02d2.html" > phasicFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_e8baec020e471dff3bc06b812491e6c5.html" > types< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_1a770030fbe0d8c1d8599c15a9d89b7c.html" > basicTypes< / a > < / li > < li class = "navelem" > < a class = "el" href = "math_8hpp.html" > math.hpp< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >