The test_true(stringp(sprintf("%f",exp(200)))) kind, obviously.
/ Martin Nilsson (bygger parser
Previous text:
2003-01-05 13:57: Subject: exp(511)
What kind of test did you have in mind? The correct result varies with what kind of floats you are using, and the printf function in the libc. I get
sprintf("%f", exp(511));
(1) Result: "Inf"
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)