Skip to content

Commit

Permalink
documentation again
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanKKrueger committed Oct 8, 2024
1 parent 8d76c55 commit 09c3aed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/sphinx/src/databox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,15 @@ This would result in interpolation according to the equation

.. math::
\arctan(y) = b + \sum m_i \log(x_i)
v &= \arctan(y)
where :math:`x_i` are the independent variables.
u_i &= \log(x_i)
v &= b + \sum m_i u_i
where :math:`x_i` are the independent variables. By convention, the Spiner
documentation uses :math:`u_i` as the transformed independent variables, and
:math:`v` as the transformed dependent variable.

.. note::
In C++17 and later, you can also get the default type specialization
Expand Down

0 comments on commit 09c3aed

Please sign in to comment.