MathfCosOn this pageMathf.Cos(number f) Returns the cosine of angle f. Parameters: NameTypeDescriptionfnumberThe input angle, in radians. Returns: typeDescriptionnumberThe return value between -1 and 1. Usage ---@type numberlocal f;local val0 = Mathf:Cos(f)