Function Dump/Mathematical Functions: Revision history

From ROBLOX 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 December 2024

  • curprev 23:3823:38, 10 December 2024 PRG talk contribs 9,287 bytes +9,287 Created page with "{{CatUp|Function Dump}} =Mathematical Functions= This library is an interface to the standard C math library. It provides all its functions inside the table math. ===math.abs (x)=== Returns the absolute value of x. {{Example|1=<!--why does it require this???--> <span style="color:blue">''Try me with Edit Mode!''</span> <pre> for i = -10, 10, .1 do local p = Instance.new("Part") p.Parent = game.Workspace p.Size = Vector3.new(1,1,1..."