Help with lua.

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
ThE eNeTin
Posts: 4
Joined: Tue May 30, 2006 4:50 am

Help with lua.

Post by ThE eNeTin »

how can i do the square root in lua?

Thanks
ShockD
Posts: 4
Joined: Mon May 29, 2006 12:31 am
Location: Plainfield, IL
Contact:

Post by ShockD »

Can't you use a ^(1/2) ?
imhotep
Posts: 41
Joined: Tue Dec 13, 2005 9:15 pm

Post by imhotep »

GOOGLE tells me something, wait....
http://lua-users.org/wiki/MathLibraryTutorial

you should try that once in a while :P
ThE eNeTin
Posts: 4
Joined: Tue May 30, 2006 4:50 am

Post by ThE eNeTin »

imhotep wrote:GOOGLE tells me something, wait....
http://lua-users.org/wiki/MathLibraryTutorial

you should try that once in a while :P
Thanks!! :D
I searched in google, but i didn't find anything ....
be2003
Posts: 144
Joined: Thu Apr 20, 2006 2:46 pm

Post by be2003 »

... math.sqrt(34264)
- be2003
blog
Post Reply