Differences between version 6 and previous revision of BcNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Wednesday, June 20, 2007 11:40:40 am | by BenStaz | Revert |
Older page: | version 5 | Last edited on Wednesday, June 20, 2007 11:38:18 am | by BenStaz | Revert |
@@ -20,9 +20,15 @@
!obase
Define the conversion base for output numbers.
-For example :
Say we want to add the binary numbers 101 and 111 but output the result in decimal.
+----
+
+!!Common Operations
+
+!Input numbers with a particular base but output them in a different base.
+
+
Say we want to add the binary numbers 101 and 111 but output the result in decimal.
<verbatim>
obase=10
ibase=2