| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From: <tykao@ATHENA.MIT.EDU> To: bugs@ATHENA.MIT.EDU Date: Sat, 03 Dec 88 21:46:36 EST Somthings seems to be funny with the math.h library of C. I ran a program which computed log10(x) using log(x)/log(10) and it yielded an illegal assignment error. The program ran as desired after I change the statement log(x)/log(10) to log10(x). Also, the program with log(x)/log(10) was able to yield the desired result when run on Alefnull. Ting
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |