This website requires JavaScript.
Explore
Help
Sign In
ergz
/
lua-prog-book
Watch
1
Star
0
Fork
You've already forked lua-prog-book
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
main
lua-prog-book
/
lib1.lua
9 lines
101 B
Lua
Raw
Permalink
Blame
History
function
norm
(
x
,
y
)
return
math.sqrt
(
x
^
2
+
y
^
2
)
end
function
twice
(
x
)
return
2.0
*
x
end
Reference in New Issue
View Git Blame
Copy Permalink