Cos

From Fancade Wiki
Revision as of 19:07, 16 May 2024 by Nikitaivanov (talk | contribs) (Created page with "Computes the cosine of an angle in degrees. File:Cos1.png == Input/Output == Similar to the function Sin but instead, the output value starts from 1. Outputs value between 1 and -1 depending on the given input which, scales from angular (0°–360°) == Notes == Additionally, there are only 4 certain points where you can get a whole number: * 0°/360° = 1 * 90° = 0 * 180° = -1 * 270° = 0 To understand better, search for "[https://www.google.com/search?q=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Computes the cosine of an angle in degrees.

File:Cos1.png

Input/Output

Similar to the function Sin but instead, the output value starts from 1. Outputs value between 1 and -1 depending on the given input which, scales from angular (0°–360°)

Notes

Additionally, there are only 4 certain points where you can get a whole number:

  • 0°/360° = 1
  • 90° = 0
  • 180° = -1
  • 270° = 0

To understand better, search for "functions."

Example