<!--
This file is generated by a tool. Do not edit directly.
For open-source contributions the docs will be updated automatically.
-->

*Last updated: 2023-03-16.*

<div itemscope itemtype="http://developers.google.com/ReferenceObject">
<meta itemprop="name" content="tf_quant_finance.math.root_search" />
<meta itemprop="path" content="Stable" />
</div>

# Module: tf_quant_finance.math.root_search

<!-- Insert buttons and diff -->

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/math/root_search/__init__.py">View source</a>



Ops related to root search.



## Functions

[`brentq(...)`](../../tf_quant_finance/math/root_search/brentq.md): Finds root(s) of a function of single variable using Brent's method.

[`newton_root(...)`](../../tf_quant_finance/math/root_search/newton_root.md): Finds roots of a scalar function using Newton's method.

