Jump to content

Non-decimal radices/Convert: Difference between revisions

Line 65:
 
=={{header|ALGOL 68}}==
===Built in or standard distribution routines===
{{works with|ALGOL 68|Standard - no extensions to language used}}
{{works with|ALGOL 68G|Any - tested with release mk15-0.8b.fc9.i386}}
Line 96:
and 16r. But [[ALGOL 68G]] allows formatting for all numbers in the range 2r to 16r.
 
===ImplementImplementation example===
Handles signed and unsigned numbers from all bases.
 
Line 153:
+256 => 100 => +256
</pre>
===Other libraries or implementation specific extensions===
===Libraries===
As of February 2009 no open source libraries to do this task have been located.
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.