fabs
function
Removed: The unary function fabs
is deprecated.
Replacement: Use the unary function abs
instead. Note that the return type
for abs
is different for integer overloads, but this replacement is safe due
to Stan’s type promotion rules.
Removed In: Stan 2.33