inline fn fabs(value: anytype) @TypeOf(value)
[src]
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
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