Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Exponential from Two Points
points = { {3.5, 12}, {9, 75} } solve_for = 7.5 exp = points[2][1]-points[1][1] solution1 = (points[2][2]/points[1][2])^(1/exp) solution2 = points[2][2]/solution1^points[2][1] a = solution2*solution1^solve_for print( math.floor( (a*100)+.5 )/100 )
run
|
edit
|
history
|
help
0
Non-Lua core for new scripting languages (Beta)
bf-asm compiler test 2
Lua recursion with function
ok
Enums in Lua (library)
l
Hand positions in a circle
MXR
CC: LDInterface
RSA KEY GENERATOR (LUA)