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
Random Item Generator (1 year)
bf-asm compiler test 2
gdgdf
Hand positions in a circle
ok
Truly random numbers (Lua)
CC: LDInterface
PAID HACK PuBG
finding volume of pyramids (for me, but feel free to use)
PAID HACK PuBG