Wii Floating Point Calculator

Started by Bully@Wiiplaza, February 08, 2013, 06:20:09 PM

Previous topic - Next topic

Bully@Wiiplaza

Who thinks this is a good idea?
http://www.youtube.com/watch?v=rIIc3k5JyuU

I thought about what could be useful and noticed the float calculations can not be done with any program I know of.
Gecko.Net: nope, some guy´s program: nope, windows calculator: nope, Geckocodes tools: nope, other web tools: nope!
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

megazig

python

>>> import struct
>>> print "%08x" % struct.unpack('>I', struct.pack('>f', 1.0))
3f800000

Bully@Wiiplaza

My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

megazig

I don't do Java, but it's very short in C

anyone is free to use codepad and this code to do calculations

http://codepad.org/nUJyk6fH

Bully@Wiiplaza

I don´t think that anyone who is in need of converting these knows or wants to know what to do with the code.
Better directly making the program with graphical user interface.
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully