Hello!

  Is there a library word to return the fractional part of a real number? Sort 
of like the following, except that it only works for positives:

: frac ( real -- fractional-part )
    dup floor - ;

---=====--- 
 Александр

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to