[comp.archives] [sci.math...] UBASIC 8.15 now available.

naras@stat.stat.fsu.edu (B. Narasimhan) (01/11/91)

Archive-name: symbolic-math/languages/ubasic/1991-01-10
Archive-directory: shape.mps.ohio-state.edu:/pub/msdos/ubasic/ [128.146.111.1]
Original-posting-by: naras@stat.stat.fsu.edu (B. Narasimhan)
Original-subject: UBASIC 8.15 now available.
Reposted-by: emv@ox.com (Edward Vielmetti)


UBASIC 8.15 is now available for anonymous ftp at shape.mps.ohio-state.edu
in the directory pub/msdos/ubasic. 

This new version eliminates some (known)
bugs in the earlier version 7.25 and has programs for factoring numbers
using the Multiple Polynomial Quadratic Sieve (on 386 machines with some
memory and hard disk requirements). 

I include some update information.


    ---------------------------------------------------------
         UPDATE REPORT for UBASIC 8.15  December 15,1990
    ---------------------------------------------------------
    A Bug
    -----
    SQRT of complex numbers having negative real part worked
    not good:
       ex. point 4:sqrt(-1+#i*0.1^10) caused division/0 error.  

    ---------------------------------------------------------
         UPDATE REPORT for UBASIC 8.12  August 1,1990
    ---------------------------------------------------------
    New features
    ------------
    Rational arithmetic: ex. 1//2+1//3 is 5//6
    Manipulation of strings:
       Usual functions like LEFT,MID,RIGHT are available.
    1-valiable Polynomial arithmetic:
       ex.  (1+_X)^2 is 1+2*_X+_X^2   use _X for the valiable.
    Maximum loop time for FOR-NEXT is increased from 2^16-1
    to 2^32-1.

    ---------------------------------------------------------
         UPDATE REPORT for UBASIC 7.21  June 11,1989
    ---------------------------------------------------------
    New feature
    -----------
    CONSOLE limits the display area.

    Bugs
    ----
    The external array file2 and file3 were not closed after 
    end/new/etc.
    Saving a program on a protected disk sometimes destroied
    the replaced disk.
    'FOR' in OPEN-FOR clause made a trouble if it was included
    in FOR-NEXT clause. 

    ---------------------------------------------------------
         UPDATE REPORT for UBASIC 7.20  May 7,1989
    ---------------------------------------------------------

    New feature
    -----------
    ELSEIF for IF-THEN-ELSE-ENDIF phrase.

    Bugs
    ----
    RND sometimes did not give random numbers.

-- 
----------------------------------------------------------------------
B. Narasimhan         Supercomputer Computations Research Institute &
naras@stat.fsu.edu    Dept. of Statistics, FSU, Tallahassee, FL 32306. 
----------------------------------------------------------------------