Here are
10 public repositories
matching this topic...
-
Updated
Jun 21, 2017
-
JavaScript
为你的游戏定制lua, 升级ulua底层库到lua53, 彻底地解决你的烦恼
numba provides functions to convert integers to various human friendly formats.
-
Updated
Mar 22, 2018
-
JavaScript
int64 type for the Nim js backend (translated from Kotlin)
-
Updated
Mar 30, 2018
-
JavaScript
read an unsigned integer from buffer
-
Updated
Jul 3, 2020
-
JavaScript
BigInt support for JSON encoding
-
Updated
Jun 25, 2019
-
JavaScript
➕ Additional integer math functions Not included in Golang's Standard Library
int64 usertype implementation
Improve this page
Add a description, image, and links to the
int64
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
int64
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Big unsigned Longs are not correctly checked for equality with a string.
Steps to reproduce:
see this JSFiddle
Expected behaviour:
.equals() returns true for given arguments
Actual behaviour:
.equals() returns false