Jump to content

Literals/Floating point: Difference between revisions

Line 41:
 
* absolute approximate range: 5e-79 to 7e75 </lang>
 
=={{header|6502 Assembly}}==
You'll have to do it the hard way unfortunately. I used an IEEE-754 floating point calculator to figure this out.
<lang 6502asm>byte $DB,$0F,$49,$40 ;3.141592654</lang>
 
=={{header|Ada}}==
1,489

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.