Change lscrollx() and lscrolly() to use flonum_arg().
flownum_arg() is preferable to numeric_arg() because it doesn't have the side effect of changing the argument list.
This is part of a larger effort to make the code base simpler by removing side effects.