Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Area and Circumference of a circle.
local function areaOfCircle(radius) return math.pi*radius^2 end local function circumferenceOfCircle(diameter) return math.pi*diameter end print("Area =",areaOfCircle(10)) print("Circumference =",circumferenceOfCircle(20))
run
|
edit
|
history
|
help
0
Volume of sphere
Lua Angle Cheatsheet
True every 5
Random Item Generator (1 year)
RSA KEY GENERATOR (LUA)
Lua properties
Weird Lua OOP Lib
example for a friend
PAID HACK PuBG
Frequency distribution of rolling a certain number on xDy