All public logs

From Eternity Wiki
Jump to navigationJump to search

Combined display of all available logs of Eternity Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:05, 10 May 2026 Printz talk contribs created page Sqrt (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...")