In Files

  • error.c

Parent

Files

Class/Module Index [+]

Quicksearch

RangeError

Raised when a given numerical value is out of range.

[1, 2, 3].drop(1 << 100)

raises the exception:

RangeError: bignum too big to convert into `long'
There is an updated format of the API docs for this version here.