ubasic การใช้
- UBASIC has a built-in on-line editor with several aids for debugging.
- :: I was looking for something like uBasic that is very general purpose but a bit faster.
- UBASIC has several types of arrays, logical operators, bit operators, 4 standard loop structures, and combined operators.
- UBASIC is a ready-to-run language that does not need to be set up with another advanced language, which is a common problem with multi-digit math languages.
- It is a mistake to consider UBASIC as " not modern " ( as might be inferred by a reader of articles that confuse indentation with structure and don't favor line numbers ).
- UBASIC version 8 has the high-precision real and complex arithmetic ( up to 2600 digits ) of prior versions, and adds exact rational arithmetic and arithmetic of single-variable polynomials with complex, rational, or modulo p coefficients, as well as string handling and limited list handling abilities.
- I have been working my way through the known primes of this form listed in the OLEIS to verify my method but got stuck on the very largest ones because I could not give uBasic sufficient time to get some factors . "'Sp in ni ng Spark "'17 : 36, 27 January 2008 ( UTC)
- Primality testing with APRT-CLE ( to 884 digits ) ( it is best to run this under UBASIC version 8.8F or later ) : 500 digits said to take 5 hours on a PP-200, 150 digits takes about 16 minutes on a 486-100, about 2?minutes on a K6 @ 233; 250 digits takes about 13?minutes on a K6 @ 233.