Parse self as a Float.

Property definitions

core $ CString :: atof
	# Parse `self` as a Float.
	fun atof: Float `{ return atof(self); `}
lib/core/text/native.nit:130,2--131,41