From Clomosy Docs

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 December 2024

13 November 2024

7 October 2024

12 February 2024

1 March 2023

27 February 2023

  • curprev 11:3511:35, 27 February 2023ClomosyManager talk contribs 444 bytes +444 Created page with "The Cos function is a mathematical function giving the Cosine value of a Number value given radians.<br> PI radians = 180 degrees<br> '''Example:'''<br> '''var''' floatValue : single;<br> const PI = 3.14;<br> '''begin''' // The Sine of 60 degrees = 0.5 floatValue := '''Cos'''(PI/3); // = 180/3 = 60 degrees ShowMessage('Cos(PI/3) = '+FloatToStr(floatValue)); '''end;''' '''Output:'''<br> Cos(PI/3) = 0,500459689008206"
Retrieved from "http:///Cos"