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