![]() |
|
|
|
|
|
|
2
19th October 07:01
External User
Posts: 1
|
Use bc or calc instead.
-- Using OpenBSD with or without X & KDE? http://dfeustel.home.mindspring.com |
|
|
3
19th October 07:01
External User
Posts: 1
|
bc really is what is used on Unix systems in this case.
bc is a standard POSIX command, so it should exist on every Unix. http://www.opengroup.org/onlinepubs/...99/xcu/bc.html Anyway, is he really wants to use AWK as a scripting language, then he can try xgawk, the extended GNU Awk. The xgawk distribution contains an interface to the MPFR library, which can handle number with thousands of decimal places. MPFR is really fast in calculating with high precision. http://www.mpfr.org/ http://sourceforge.net/projects/xmlgawk/ |
|
|
4
19th October 07:01
External User
Posts: 1
|
Calc is much handier. Find it at http://www.isthe.com.
-- Using OpenBSD with or without X & KDE? http://dfeustel.home.mindspring.com |
|