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
Key
Truly random numbers (Lua)
Hand positions in a circle
Creating habits v3, Lua
PAID HACK PuBG
W.I.P
aaa
bf-asm compiler test 2
BasicTablePrinter
Frequency distribution of rolling a certain number on xDy