Sets the contents of a variable to a numeric value.
Parameters:
symbol -
Identifies the variable in the current context to be modified.
value -
The new value for the variable. It must be a numeric object.
Returns:
A reference to the value argument.
Modifies the contents of the variable identified by
symbol in the current context. This function
is similar to the set! function, but the
values must be numeric.