This commit is contained in:
bthomee
2025-11-03 10:47:00 -08:00
parent f9462f1483
commit d2581ca902
506 changed files with 17797 additions and 34001 deletions

View File

@@ -549,7 +549,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_1_1detail_html_a70b33e4d5020db2c31ce836e4af4923a"><div class="ttname"><a href="namespaceripple_1_1detail.html#a70b33e4d5020db2c31ce836e4af4923a">ripple::detail::getAssetRounding</a></div><div class="ttdeci">Number::rounding_mode getAssetRounding(IsDeposit isDeposit)</div><div class="ttdef"><b>Definition</b> <a href="AMMHelpers_8h_source.html#l00662">AMMHelpers.h:662</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a82d9ee6f56b111ccb990202740993c96"><div class="ttname"><a href="namespaceripple_1_1detail.html#a82d9ee6f56b111ccb990202740993c96">ripple::detail::getLPTokenRounding</a></div><div class="ttdeci">Number::rounding_mode getLPTokenRounding(IsDeposit isDeposit)</div><div class="ttdef"><b>Definition</b> <a href="AMMHelpers_8h_source.html#l00654">AMMHelpers.h:654</a></div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
<div class="ttc" id="anamespaceripple_html_a016ba9b58107c542ef2dd1fad3d7226c"><div class="ttname"><a href="namespaceripple.html#a016ba9b58107c542ef2dd1fad3d7226c">ripple::isFeatureEnabled</a></div><div class="ttdeci">bool isFeatureEnabled(uint256 const &amp;feature)</div><div class="ttdef"><b>Definition</b> <a href="Rules_8cpp_source.html#l00166">Rules.cpp:166</a></div></div>
<div class="ttc" id="anamespaceripple_html_a016ba9b58107c542ef2dd1fad3d7226c"><div class="ttname"><a href="namespaceripple.html#a016ba9b58107c542ef2dd1fad3d7226c">ripple::isFeatureEnabled</a></div><div class="ttdeci">bool isFeatureEnabled(uint256 const &amp;feature)</div><div class="ttdef"><b>Definition</b> <a href="Rules_8cpp_source.html#l00155">Rules.cpp:155</a></div></div>
<div class="ttc" id="anamespaceripple_html_a0ed77e69d4873a1bb710b5a0d510bcd2"><div class="ttname"><a href="namespaceripple.html#a0ed77e69d4873a1bb710b5a0d510bcd2">ripple::adjustAssetInByTokens</a></div><div class="ttdeci">std::pair&lt; STAmount, STAmount &gt; adjustAssetInByTokens(Rules const &amp;rules, STAmount const &amp;balance, STAmount const &amp;amount, STAmount const &amp;lptAMMBalance, STAmount const &amp;tokens, std::uint16_t tfee)</div><div class="ttdef"><b>Definition</b> <a href="AMMHelpers_8cpp_source.html#l00349">AMMHelpers.cpp:349</a></div></div>
<div class="ttc" id="anamespaceripple_html_a253fae38afa138d393a173425288eead"><div class="ttname"><a href="namespaceripple.html#a253fae38afa138d393a173425288eead">ripple::solveQuadraticEqSmallest</a></div><div class="ttdeci">std::optional&lt; Number &gt; solveQuadraticEqSmallest(Number const &amp;a, Number const &amp;b, Number const &amp;c)</div><div class="ttdoc">Solve quadratic equation to find takerGets or takerPays.</div><div class="ttdef"><b>Definition</b> <a href="AMMHelpers_8cpp_source.html#l00271">AMMHelpers.cpp:271</a></div></div>
<div class="ttc" id="anamespaceripple_html_a3d22714f28b806ea5c702eba2db5fbc2"><div class="ttname"><a href="namespaceripple.html#a3d22714f28b806ea5c702eba2db5fbc2">ripple::solveQuadraticEq</a></div><div class="ttdeci">Number solveQuadraticEq(Number const &amp;a, Number const &amp;b, Number const &amp;c)</div><div class="ttdoc">Positive solution for quadratic equation: x = (-b + sqrt(b**2 + 4*a*c))/(2*a)</div><div class="ttdef"><b>Definition</b> <a href="AMMHelpers_8cpp_source.html#l00264">AMMHelpers.cpp:264</a></div></div>