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

GitHub topics: double-precision

stdlib-js/constants-float64-num-bytes

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

Language: JavaScript - Size: 334 KB - Last synced at: 32 minutes ago - Pushed at: about 1 hour ago - Stars: 1 - Forks: 0

syedrudro/number-float64-base-identity

Evaluate the identity function for a double-precision floating-point number.

Language: Python - Size: 53.7 KB - Last synced at: about 16 hours ago - Pushed at: about 16 hours ago - Stars: 0 - Forks: 0

stdlib-js/math-strided-special-drsqrt

Compute the reciprocal square root for each element in a double-precision floating-point strided array.

Language: JavaScript - Size: 598 KB - Last synced at: 7 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-hypot

Compute the hypotenuse avoiding overflow and underflow.

Language: Python - Size: 605 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-kronecker-delta

Evaluate the Kronecker delta.

Language: Python - Size: 394 KB - Last synced at: 7 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-floor

Round a double-precision floating-point number toward negative infinity.

Language: Python - Size: 363 KB - Last synced at: 8 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

ckormanyos/soft_double

soft_double provides a C++ software implementation of a double-precision floating-point data type

Language: C++ - Size: 788 KB - Last synced at: 11 days ago - Pushed at: 25 days ago - Stars: 18 - Forks: 4

stdlib-js/math-base-special-clamp

Restrict a double-precision floating-point number to a specified range.

Language: Python - Size: 462 KB - Last synced at: 8 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-deg2rad

Convert an angle from degrees to radians.

Language: Python - Size: 367 KB - Last synced at: 8 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-abs

Compute the absolute value of a double-precision floating-point number.

Language: JavaScript - Size: 359 KB - Last synced at: 1 day ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-dmap

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assigning results to elements in a double-precision floating-point strided output array.

Language: C - Size: 233 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/complex-float64-ctor

128-bit complex number.

Language: C - Size: 210 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/number-float64-base

Base utilities for double-precision floating-point numbers.

Language: JavaScript - Size: 1.65 MB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/number-float64-base-add

Compute the sum of two double-precision floating-point numbers.

Language: Python - Size: 176 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/assert-is-complex128

Test if a value is a 128-bit complex number.

Language: JavaScript - Size: 688 KB - Last synced at: 8 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-dmskmap

Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a double-precision floating-point strided output array.

Language: JavaScript - Size: 523 KB - Last synced at: 8 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

stdlib-js/number-float64-base-identity

Evaluate the identity function for a double-precision floating-point number.

Language: Python - Size: 176 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/number-float64-base-sub

Subtract two double-precision floating-point numbers.

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

stdlib-js/number-float64-base-add4

Compute the sum of four double-precision floating-point numbers.

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

stdlib-js/complex-float64-base-identity

Evaluate the identity function for a double-precision complex floating-point number.

Language: Python - Size: 207 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-inv

Compute the multiplicative inverse of a double-precision floating-point number.

Language: Python - Size: 468 KB - Last synced at: 8 days ago - Pushed at: 20 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-pdiff

Return the positive difference between `x` and `y`.

Language: Python - Size: 420 KB - Last synced at: 8 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskdeg2rad

Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.

Language: JavaScript - Size: 561 KB - Last synced at: 9 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64

Double-precision floating-point mathematical constants.

Language: JavaScript - Size: 1000 KB - Last synced at: 7 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-dmap

Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assign each result to an element in a double-precision floating-point strided output array.

Language: JavaScript - Size: 509 KB - Last synced at: 7 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-ddeg2rad

Convert each element in a double-precision floating-point strided array from degrees to radians.

Language: JavaScript - Size: 574 KB - Last synced at: 7 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmsksqrt

Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 585 KB - Last synced at: 7 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-abs2

Compute the squared absolute value of a double-precision floating-point number.

Language: Python - Size: 365 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskinv

Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 587 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-dmskmap

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array according to a corresponding element in a strided mask array and assigning results to elements in a double-precision floating-point strided output array.

Language: C - Size: 237 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskceil

Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.

Language: JavaScript - Size: 555 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskabs2

Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 582 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-typed-complex

Create a complex number typed array.

Language: JavaScript - Size: 1.49 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-complex128array

Test if a value is a Complex128Array.

Language: JavaScript - Size: 1.01 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dinv

Compute the multiplicative inverse for each element in a double-precision floating-point strided array.

Language: JavaScript - Size: 569 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmsktrunc

Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.

Language: JavaScript - Size: 604 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/array-float64

Float64Array.

Language: JavaScript - Size: 760 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/number-float64-base-assert

Base double-precision floating-point number assert functions.

Language: JavaScript - Size: 236 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskrsqrt

Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 592 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-complex128ndarray-like

Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.

Language: JavaScript - Size: 660 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-identity

Evaluate the identity function for a double-precision floating-point number.

Language: Python - Size: 431 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/complex-float64

128-bit complex number.

Language: JavaScript - Size: 733 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dsqrt

Compute the principal square root for each element in a double-precision floating-point strided array.

Language: JavaScript - Size: 584 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-zmap

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output array.

Language: C - Size: 99.6 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-ops-sub

Subtract two double-precision floating-point numbers.

Language: Python - Size: 305 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-div

Divide two double-precision floating-point numbers.

Language: Python - Size: 234 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskcbrt

Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 905 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-mul

Multiply two double-precision floating-point numbers.

Language: Python - Size: 304 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-add5

Compute the sum of five double-precision floating-point numbers.

Language: Python - Size: 244 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-ops-add4

Compute the sum of four double-precision floating-point numbers.

Language: Python - Size: 210 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-ops-add3

Compute the sum of three double-precision floating-point numbers.

Language: Python - Size: 222 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/strided-napi-dmskmap2

C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.

Language: C - Size: 103 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/array-little-endian-float64

Float64Array in little-endian byte order.

Language: JavaScript - Size: 1.23 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-fixed-endian-float64

Float64ArrayFE.

Language: JavaScript - Size: 1.65 MB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskfloor

Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.

Language: JavaScript - Size: 582 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/constants-complex128-num-bytes

Size (in bytes) of a 128-bit complex number.

Language: JavaScript - Size: 372 KB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/number-float64

Utilities for double-precision floating-point numbers.

Language: JavaScript - Size: 1.45 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-ops-add

Compute the sum of two double-precision floating-point numbers.

Language: Python - Size: 409 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dcbrt-by

Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.

Language: JavaScript - Size: 1.04 MB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-dmap2

Apply a binary function accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assign each result to an element in a double-precision floating-point strided output array.

Language: JavaScript - Size: 391 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskramp

Evaluate the ramp function for each element in a double-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 582 KB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dmskabs

Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Language: JavaScript - Size: 524 KB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dcbrt

Compute the cube root of each element in a double-precision floating-point strided array.

Language: JavaScript - Size: 890 KB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/strided-napi-dmap2

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning double-precision floating-point numbers to corresponding elements in two double-precision floating-point strided input arrays and assigning results to elements in a double-precision floating-point strided output array.

Language: C - Size: 101 KB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-float64ndarray-like

Test if a value is an ndarray-like object containing double-precision floating-point numbers.

Language: JavaScript - Size: 1.42 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-complex128

128-bit complex number mathematical constants.

Language: JavaScript - Size: 699 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-dmskmap2

Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.

Language: JavaScript - Size: 398 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

sungiant/abacus

:triangular_ruler: C# cross precision 3D maths library.

Language: C# - Size: 6.63 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 45 - Forks: 17

canbula/ieee754

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

Language: Python - Size: 85.9 KB - Last synced at: 25 days ago - Pushed at: about 1 year ago - Stars: 27 - Forks: 5

ThinkR-open/seven31 📦

R :package: for R FAQ 7.31

Language: R - Size: 919 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 37 - Forks: 2

nitronoid/floatingPoint

Language: C++ - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

cstatz/blazert

Double precision raytracer for scientific or engineering applications.

Language: C++ - Size: 12 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 4

melihaltun/floating_point_binary_conversion

Pair functions to convert a floating number to a single precision, double precision, or arbitrary size bit representation and convert a single, double or arbitrary size bit string back into a number.

Language: MATLAB - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

unevens/pffft-double 📦

A fork of Julien Pommier's PFFFT - a pretty fast FFT - that adds support for double precision floating-point numbers using AVX instructions.

Language: C - Size: 222 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

fxxce/IEEE754DecimalToBinaryCalculator

IEEE 754 decimal to binary representation for converting decimal to single and double precision floating point

Language: Java - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

fxxce/IEEE754BinaryToDecimalCalculator

IEEE 754 Binary to Decimal representation calculator for single and double precision floating point numbers

Language: Java - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

stdlib-js/array-bigint64

Float64Array.

Language: JavaScript - Size: 47.9 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

zoziha/dp-stdlib

real(real64) & integer(int32) Fortran stdlib.

Language: Fortran - Size: 189 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

Fireboyd78/skopik

A simple storage format with scopes and a C-like syntax.

Language: C# - Size: 85.9 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0