Euphoria Ticket #993: 8.13.1.9 float64_to_atom

Another example where variables were not declared, no include line was used: This example will not run "as is", since there is probably no "numbers.dat" file available. That should be noted.

include std/convert.e 
 
object f = repeat(0, 8) 
integer fn = open("numbers.dat", "rb")  -- read binary 
for i = 1 to 8 do 
    f[i] = getc(fn) 
end for 
atom a = float64_to_atom(f) 

Details

Type: Task Severity: Normal Category: Documentation
Assigned To: euphoric Status: Fixed Reported Release:
Fixed in SVN #: View VCS: none Milestone: 4.1.0

Search



Quick Links

User menu

Not signed in.

Misc Menu