strtod:

Syntax:	strtod ( STR )

Description:

	The strtod functions converts its argument, STR, from string
	class to numeric class. Strtod stands for STRing TO Decimal.

	At present strtod only accepts scalar arguments.
