Skip to content
Joris Gillis edited this page Apr 4, 2023 · 2 revisions

Standard documentation for tangent:

 Calculate the tangent of an expression.

::

 tangent(DM ex, DM arg) -> DM
 tangent(SX ex, SX arg) -> SX
 tangent(MX ex, MX arg) -> MX

Extra doc: https://github.com/casadi/casadi/wiki/L_23y

Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L819

Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_matrix.hpp#L819-L821

Extra documentation

To edit, see writing tips.

Clone this wiki locally