We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabs
Absolute value: x -> abs(x) :: fabs(float x) -> float fabs(DM x) -> DM fabs(SX x) -> SX fabs(MX x) -> MX Extra doc: https://github.com/casadi/casadi/wiki/L_p0 Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_expression.hpp#L275 Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_expression.hpp#L275-L277
Absolute value: x -> abs(x)
::
fabs(float x) -> float fabs(DM x) -> DM fabs(SX x) -> SX fabs(MX x) -> MX
Extra doc: https://github.com/casadi/casadi/wiki/L_p0
Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_expression.hpp#L275
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/generic_expression.hpp#L275-L277
To edit, see writing tips.