May 01 2008

Math

Formatting decimal as binary

While most of the time you will see numbers in the decimal number system (using the digits 0 through 9), internally within your computer these numbers will be represented in binary. In the binary numeral system each number can only be composed of a sequence of two values: 0 or 1, ON or OFF, TRUE or [...]

Read the rest of this entry...
May 01 2008

Math | Tools

Number Base System Converter

Sometimes it is handy to be able to convert a number from one base to another, especially when working with bitwise operations. To help you in that endeavor I present the Base Converter: This movie requires Flash Player 9 swfobject.embedSWF(“/wp-content/uploads/2008/05/converter.swf”, “swf13201″, “228″, “280″, “9.0.0″, “”, {}, {wmode: “window”, menu: “false”, quality: “high”, bgcolor: “#FFFFFF”}, {});  

Read the rest of this entry...