inline fn sin(value: anytype) @TypeOf(value)
[src]
Sine trigonometric function on a floating point number. Uses a dedicated hardware instruction when available. This is the same as calling the builtin @sin
inline fn sin(value: anytype) @TypeOf(value)
Sine trigonometric function on a floating point number. Uses a dedicated hardware instruction when available. This is the same as calling the builtin @sin