pub inline fn tan(value: anytype) @TypeOf(value)
pub inline fn tan(value: anytype) @TypeOf(value) { return @tan(value); }