int64
There are 17 repositories under int64 topic.
huailiang/ulua_proj
为你的游戏定制lua, 升级ulua底层库到lua53, 彻底地解决你的烦恼
zswang/jints
Big Integer
RobTillaart/printHelpers
Arduino library to help formatting data for printing
syntaqx/numba
numba provides functions to convert integers to various human friendly formats.
digikar99/bmas
Basic Mathematical Subprograms - SIMD operations on strided vectors of floats, doubles, u/int/64/32/16/8
orda-io/orda-integer
TypeScript/Javascript library compatible with the integer types of other languages
magiclen/node-int64
Use N-API to compute 64 bits integers.
marat1961/Tower-of-Babel
Unified algorithms for different programming languages, necessary when porting code from one programming language to another.
nicolasparada/js-json-bigint
BigInt support for JSON encoding
coderaiser/read-uint
read an unsigned integer from buffer
skilchen/jsInt64
int64 type for the Nim js backend (translated from Kotlin)
soenneker/soenneker.extensions.long
A collection of helpful Long (64 bit integer) extension methods
stdlib-js/napi-argv-int64
Convert a Node-API value to a signed 64-bit integer.
stdlib-js/number-float64-base-from-int64-bytes
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
stdlib-js/number-float64-base-to-int64-bytes
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
ZigzagAK/lua_int64
int64 usertype implementation
MrFMach/Practice-C-types
Practicing C data types using the sizeof function