Блог пользователя tzador

Автор tzador, 12 лет назад, По-английски

Hi guys, not really sure if this is the right way to ask questions on this site, but i didn't find another.

I really like coding in javascript on node.js, Its fast and almost as cool as python. Would be great to be able to submit solutions in javascript on this site.

Thanx in advance - Tim

  • Проголосовать: нравится
  • +8
  • Проголосовать: не нравится

»
5 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

Would be great if we had arbitrarily large integers (BigInts) feature from newest javascript, included in node.js 10.4 — many problems require operating on numbers up to 10^18 and used here javascript supports only up to 2^53 if we threat Float64 as integers.