Quite possibly. I wonder why it doesn't like it. I still consider that a bug, though, since 1e1000 work.
/ Mirar
Previous text:
2003-02-26 11:11: Subject: Floating point (conversion) bug (affected: v7.4 & v7.5; may be Hilfe only)
Looks like the last case is due to this: Pike tries to parse it as an integer or float and where the parsing stops it considers the token to end. Since the system strtod doesn't like the exponent it probably parses it as an integer followed by the unexpected identifier "e".
/ Martin Stjernholm, Roxen IS