Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: ieee754

shibatch/tlfloat

Template library for floating point operations

Language: C++ - Size: 673 KB - Last synced: 27 minutes ago - Pushed: about 23 hours ago - Stars: 0 - Forks: 0

petamoriken/float16

Stage 3 IEEE 754 half-precision floating-point ponyfill

Language: JavaScript - Size: 8.55 MB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 95 - Forks: 7

tc39/proposal-decimal

Built-in decimal datatype in JavaScript

Language: HTML - Size: 884 KB - Last synced: 3 days ago - Pushed: 4 days ago - Stars: 423 - Forks: 15

stdlib-js/constants-float32-sign-mask

Mask for the sign bit of a single-precision floating-point number.

Language: JavaScript - Size: 237 KB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 1 - Forks: 0

phip1611/wambo-web

Web-app to convert bin/oct/dec/hex, interpret data as float(IEEE-754), interpret as different integer types, and to show memory endianness.

Language: TypeScript - Size: 2.02 MB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 0 - Forks: 0

hukenovs/fp32_logic

Floating point FP32 core HDL. For Xilinx FPGAs. Include base converters and some math functions.

Language: VHDL - Size: 26.4 KB - Last synced: 2 days ago - Pushed: over 5 years ago - Stars: 7 - Forks: 2

jarvma18/js-ieee754

Javascript IEEE-754 converter

Language: JavaScript - Size: 32.2 KB - Last synced: 15 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

x448/float16

float16 provides IEEE 754 half-precision format (binary16) with correct conversions to/from float32

Language: Go - Size: 189 KB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 61 - Forks: 7

LeventErkok/crackNum

Convert to/from IEEE-754 HP/SP/DP formats

Language: Haskell - Size: 230 KB - Last synced: 14 days ago - Pushed: about 2 months ago - Stars: 17 - Forks: 8

starkat99/half-rs

Half-precision floating point types f16 and bf16 for Rust.

Language: Rust - Size: 560 KB - Last synced: 18 days ago - Pushed: about 1 month ago - Stars: 217 - Forks: 45

stdlib-js/constants-float64-cbrt-eps

Cube root of double-precision floating-point epsilon.

Language: JavaScript - Size: 745 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-abs-mask

Mask for excluding the sign bit of a single-precision floating-point number.

Language: JavaScript - Size: 225 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-exponent-bias

The bias of a single-precision floating-point number's exponent.

Language: JavaScript - Size: 855 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-exponent-mask

Mask for the exponent of a single-precision floating-point number.

Language: JavaScript - Size: 247 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-safe-int-max

Return the maximum safe integer capable of being represented by a numeric real type.

Language: JavaScript - Size: 658 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-max-safe-integer

Maximum safe single-precision floating-point integer.

Language: JavaScript - Size: 716 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-max

Maximum single-precision floating-point number.

Language: JavaScript - Size: 389 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 1

stdlib-js/utils-safe-int-min

Return the minimum safe integer capable of being represented by a numeric real type.

Language: JavaScript - Size: 668 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-min-safe-integer

Minimum safe single-precision floating-point integer.

Language: JavaScript - Size: 267 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-num-bytes

Size (in bytes) of a single-precision floating-point number.

Language: JavaScript - Size: 710 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-nan

Single-precision floating-point NaN.

Language: JavaScript - Size: 151 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-precision

Effective number of bits in the significand of a single-precision floating-point number.

Language: JavaScript - Size: 708 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-significand-mask

Mask for the significand of a single-precision floating-point number.

Language: JavaScript - Size: 225 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-smallest-normal

Smallest positive normalized single-precision floating-point number.

Language: JavaScript - Size: 378 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64

Double-precision floating-point mathematical constants.

Language: JavaScript - Size: 979 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-smallest-subnormal

Smallest positive single-precision floating-point subnormal number.

Language: JavaScript - Size: 378 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-eps

Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.

Language: JavaScript - Size: 410 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-apery

Apéry's constant.

Language: JavaScript - Size: 398 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-e

Euler's number.

Language: JavaScript - Size: 706 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-catalan

Catalan's constant.

Language: JavaScript - Size: 378 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-eulergamma

The Euler-Mascheroni constant.

Language: JavaScript - Size: 382 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-exponent-bias

The bias of a double-precision floating-point number's exponent.

Language: JavaScript - Size: 682 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-fourth-pi

1/4 times π.

Language: JavaScript - Size: 711 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-fourth-root-eps

Fourth root of double-precision floating-point epsilon.

Language: JavaScript - Size: 739 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-gamma-lanczos-g

Arbitrary constant `g` to be used in Lanczos approximation functions.

Language: JavaScript - Size: 497 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-glaisher-kinkelin

Glaisher-Kinkelin constant.

Language: JavaScript - Size: 351 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-half-ln-two

One half times the natural logarithm of 2.

Language: JavaScript - Size: 670 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-high-word-exponent-mask

High word mask for the exponent of a double-precision floating-point number.

Language: JavaScript - Size: 280 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-half-pi

1/2 times π.

Language: JavaScript - Size: 438 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-high-word-sign-mask

High word mask for the sign bit of a double-precision floating-point number.

Language: JavaScript - Size: 237 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-high-word-abs-mask

High word mask for excluding the sign bit of a double-precision floating-point number.

Language: JavaScript - Size: 226 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-ln-half

Natural logarithm of 1/2.

Language: JavaScript - Size: 288 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-high-word-significand-mask

High word mask for the significand of a double-precision floating-point number.

Language: JavaScript - Size: 745 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-ln-pi

Natural logarithm of π.

Language: JavaScript - Size: 301 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-ln-sqrt-two-pi

Natural logarithm of the square root of 2π.

Language: JavaScript - Size: 292 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-ln-two-pi

Natural logarithm of 2π.

Language: JavaScript - Size: 291 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 3 - Forks: 0

stdlib-js/constants-float64-ln-ten

Natural logarithm of 10.

Language: JavaScript - Size: 304 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-ln-two

Natural logarithm of 2.

Language: JavaScript - Size: 304 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-log10-e

Base 10 logarithm of Euler's number.

Language: JavaScript - Size: 288 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-log2-e

Base 2 logarithm of Euler's number.

Language: JavaScript - Size: 288 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-max-base10-exponent

The maximum base 10 exponent for a double-precision floating-point number.

Language: JavaScript - Size: 317 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-max-ln

Natural logarithm of the maximum double-precision floating-point number.

Language: JavaScript - Size: 501 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-max-base10-exponent-subnormal

The maximum base 10 exponent for a subnormal double-precision floating-point number.

Language: JavaScript - Size: 269 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-max-base2-exponent

The maximum biased base 2 exponent for a double-precision floating-point number.

Language: JavaScript - Size: 291 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-max-base2-exponent-subnormal

The maximum biased base 2 exponent for a subnormal double-precision floating-point number.

Language: JavaScript - Size: 296 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-max-safe-integer

Maximum safe double-precision floating-point integer.

Language: JavaScript - Size: 291 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-min-base10-exponent-subnormal

The minimum base 10 exponent for a subnormal double-precision floating-point number.

Language: JavaScript - Size: 298 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-max

Maximum double-precision floating-point number.

Language: JavaScript - Size: 488 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-min-base10-exponent

The minimum base 10 exponent for a normal double-precision floating-point number.

Language: JavaScript - Size: 512 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-nan

Double-precision floating-point NaN.

Language: JavaScript - Size: 166 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-min-base2-exponent-subnormal

The minimum biased base 2 exponent for a subnormal double-precision floating-point number.

Language: JavaScript - Size: 282 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-min-base2-exponent

The minimum biased base 2 exponent for a normal double-precision floating-point number.

Language: JavaScript - Size: 676 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-min-ln

Natural logarithm of the smallest normalized double-precision floating-point number.

Language: JavaScript - Size: 724 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-min-safe-integer

Minimum safe double-precision floating-point integer.

Language: JavaScript - Size: 729 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-finite

Test if a double-precision floating-point numeric value is finite.

Language: Python - Size: 674 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-infinite

Test if a double-precision floating-point numeric value is infinite.

Language: Python - Size: 431 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-assert-is-negative-zero

Test if a double-precision floating-point numeric value is negative zero.

Language: Python - Size: 396 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-num-bytes

Size (in bytes) of a double-precision floating-point number.

Language: JavaScript - Size: 747 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-ninf

Double-precision floating-point negative infinity.

Language: JavaScript - Size: 830 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-pi-squared

π².

Language: JavaScript - Size: 514 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-pi

π.

Language: JavaScript - Size: 716 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-pinf

Positive infinity.

Language: JavaScript - Size: 719 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-precision

Effective number of bits in the significand of a double-precision floating-point number.

Language: JavaScript - Size: 716 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-half

Square root of 1/2.

Language: JavaScript - Size: 382 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-half-pi

Square root of 0.5π.

Language: JavaScript - Size: 732 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-pi

Square root of π.

Language: JavaScript - Size: 718 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-three

Square root of 3.

Language: JavaScript - Size: 743 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float16-precision

Effective number of bits in the significand of a half-precision floating-point number.

Language: JavaScript - Size: 274 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

canbula/ieee754

Python module which finds the IEEE-754 representation of a floating point number.

Language: Python - Size: 85.9 KB - Last synced: 18 days ago - Pushed: 3 months ago - Stars: 24 - Forks: 5

sebastianlipponer/zorder_knn

Floating point morton order comparison operator.

Language: C++ - Size: 27.3 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 8 - Forks: 2

stdlib-js/math-base-assert-is-positive-zero

Test if a double-precision floating-point numeric value is positive zero.

Language: Python - Size: 396 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-smallest-normal

Smallest positive double-precision floating-point normal number.

Language: JavaScript - Size: 662 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-smallest-subnormal

Smallest positive double-precision floating-point number.

Language: JavaScript - Size: 723 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-sqrt-eps

Square root of double-precision floating-point epsilon.

Language: JavaScript - Size: 516 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-sqrt-two-pi

Square root of 2π.

Language: JavaScript - Size: 732 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-sqrt-two

Square root of 2.

Language: JavaScript - Size: 732 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-two-pi

2π.

Language: JavaScript - Size: 508 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-assert-is-nan

Test if a double-precision floating-point numeric value is NaN.

Language: Python - Size: 755 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-assert-is-nanf

Test if a single-precision floating-point numeric value is NaN.

Language: Python - Size: 697 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-float64array

Test if a value is a Float64Array.

Language: JavaScript - Size: 565 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float16

Half-precision floating-point mathematical constants.

Language: JavaScript - Size: 513 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-cbrt-eps

Cube root of half-precision floating-point epsilon.

Language: JavaScript - Size: 252 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float16-eps

Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.

Language: JavaScript - Size: 294 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-exponent-bias

The bias of a half-precision floating-point number's exponent.

Language: JavaScript - Size: 271 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-max-safe-integer

Maximum safe half-precision floating-point integer.

Language: JavaScript - Size: 263 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-max

Maximum half-precision floating-point number.

Language: JavaScript - Size: 260 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-min-safe-integer

Minimum safe half-precision floating-point integer.

Language: JavaScript - Size: 275 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-num-bytes

Size (in bytes) of a half-precision floating-point number.

Language: JavaScript - Size: 274 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-sqrt-eps

Square root of half-precision floating-point epsilon.

Language: JavaScript - Size: 253 KB - Last synced: 19 days ago - Pushed: 20 days ago - Stars: 2 - Forks: 0

MarcinPec/smartieee

A library that allows to use binary calculations especialy IEEE754 standard

Language: Python - Size: 8.79 KB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 1 - Forks: 0