Sqrt: Revision history

From Eternity Wiki
Jump to navigationJump to search

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.

10 May 2026

  • curprev 02:0502:05, 10 May 2026Printz talk contribs 542 bytes +542 Created page with "{{ACSFunction|description=Returns the square root of a number. |usage= ''int'' '''Sqrt'''(''int number'') ''fixed'' '''FixedSqrt'''(''fixed number'') |parameters= *''number'': operand, which can be integer or fixed point, depending on function. |return=The square root. |notes=Be careful that '''Sqrt''' only operates and returns integers, and the result is rounded ''down''. For a negative operand, it will return 0 and beep an error. If you need decimal precision, use..."