inline fn fabs(value: anytype) @TypeOf(value)

Returns the absolute value of a floating point number. Uses a dedicated hardware instruction when available. This is the same as calling the builtin @fabs

Parameters

value: anytype,