Convert the specified value to a double scalar
n - the value to apply this function to.
A double scalar.
$value = double(4); println($value);
4.0