[ruby-core:102241] [Ruby master Misc#17580] Bignum referenced in Time documentation
From:
sema@...
Date:
2021-01-25 17:40:11 UTC
List:
ruby-core #102241
Issue #17580 has been reported by semaperepelitsa (Simon Perepelitsa). ---------------------------------------- Misc #17580: Bignum referenced in Time documentation https://bugs.ruby-lang.org/issues/17580 * Author: semaperepelitsa (Simon Perepelitsa) * Status: Open * Priority: Normal ---------------------------------------- Since #12005 Bignum has been unified with Fixnum into Integer class, but it is still referenced in Time documentation. > Since Ruby 1.9.2, Time implementation uses a signed 63 bit integer, > Bignum or Rational. > The integer is a number of nanoseconds since the _Epoch_ which can > represent 1823-11-12 to 2116-02-20. > When Bignum or Rational is used (before 1823, after 2116, under > nanosecond), Time works slower as when integer is used. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>