How I long for the good old days of MC68000 programming, where there was no such thing as floating point :)

yes, those were the days. but by the MC68000 days there would generally be a floating point library for the user to use. now take it back to the original Apple's where there was only Integer Basic and floating point was a hardware and software upgrade... i can recall being so pissed at my dad for not getting the floating point card that had a switch on it so you could boot to Integer only if you wanted to. because the Star Trek game cassette would only work with Integer and wouldn't even load with Floating point and that was my most favorite game. sadly the precision of even the Floating point card wasn't enough for him to be able to use the computer for work, so he stuck to the HP calculator and the Apple became my plaything.

about five years later i read a FORTH book by Brodie that had all i needed to know about getting floating point from integers by apropriate scaling. i wish i had known that so i could have kept the Integer machine to play Star Trek on.


In reply to Re: Re: (4) Dividing and format by zengargoyle
in thread Dividing and format by hotshot

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.