Projects in Awesome Lists tagged with double-precision
A curated list of projects in awesome lists tagged with double-precision .
https://github.com/ckormanyos/soft_double
soft_double provides a C++ software implementation of a double-precision floating-point data type
double-precision double-precision-floating-point embedded-systems floating-point-arithmetic floating-point-emulation
Last synced: 02 Aug 2025
https://github.com/zoziha/dp-stdlib
real(real64) & integer(int32) Fortran stdlib.
double-precision fortran fpm stdlib unofficial
Last synced: 24 Jan 2026
https://github.com/stdlib-js/math-base-special-pdiff
Return the positive difference between `x` and `y`.
dbl diff difference dim double double-precision fdim javascript math mathematics node node-js nodejs pos positive stdlib
Last synced: 16 May 2025
https://github.com/stdlib-js/math-base-special-inv
Compute the multiplicative inverse of a double-precision floating-point number.
dbl double double-precision inv inverse javascript math mathematics multiplicative node node-js nodejs number reciprocal stdlib
Last synced: 23 Sep 2025
https://github.com/stdlib-js/math-base-ops-mul
Multiply two double-precision floating-point numbers.
double double-precision javascript math mathematics multiplication multiply node node-js nodejs number prod product stdlib times
Last synced: 24 Apr 2025
https://github.com/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.
array dbl double double-precision float64 float64array integer javascript nearest node node-js nodejs number round stdlib strided trunc truncate value vector
Last synced: 16 Feb 2026
https://github.com/stdlib-js/math-base-special-deg2rad
Convert an angle from degrees to radians.
angle convert dbl degrees double double-precision geometry javascript math mathematics node node-js nodejs radians stdlib trig trigonometry
Last synced: 06 Mar 2026
https://github.com/stdlib-js/math-strided-special-ddeg2rad
Convert each element in a double-precision floating-point strided array from degrees to radians.
angle convert dbl degrees double double-precision float64 float64array geometry javascript math mathematics node node-js nodejs radians stdlib trig trigonometry vector
Last synced: 08 Oct 2025
https://github.com/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.
array cbrt cube cubic dbl double double-precision float64 float64array javascript math mathematics node node-js nodejs power root stdlib strided vector
Last synced: 15 Feb 2026
https://github.com/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.
apply array base binary dbl double double-precision float64 foreach javascript map ndarray node node-js nodejs stdlib strided transform
Last synced: 30 Jun 2025
https://github.com/stdlib-js/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
abs absolute double double-precision javascript magnitude math mathematics node node-js nodejs number stdlib value
Last synced: 18 Apr 2025
https://github.com/stdlib-js/number-float64
Utilities for double-precision floating-point numbers.
64-bit double double-precision float64 floating-point ieee754 javascript namespace node node-js nodejs ns number stdlib types
Last synced: 24 Apr 2025
https://github.com/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.
array dbl double double-precision element-wise float64 float64array inv inverse javascript mask multiplicative ndarray node node-js nodejs reciprocal stdlib strided vector
Last synced: 22 Feb 2026
https://github.com/stdlib-js/math-base-special-clamp
Restrict a double-precision floating-point number to a specified range.
clamp clip dbl double double-precision interval javascript math mathematics node node-js nodejs range restrict stdlib
Last synced: 05 Apr 2026
https://github.com/stdlib-js/math-base-ops-add
Compute the sum of two double-precision floating-point numbers.
add addition double double-precision javascript math mathematics node node-js nodejs number stdlib sum summation
Last synced: 01 May 2026
https://github.com/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.
array cube dbl double double-precision float64 float64array javascript math mathematics ndarray node node-js nodejs pow power root stdlib strided vector
Last synced: 02 Apr 2025
https://github.com/stdlib-js/math-strided-special-dinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
array dbl double double-precision float64 float64array inv inverse javascript math mathematics multiplicative node node-js nodejs number reciprocal stdlib strided vector
Last synced: 04 Mar 2026
https://github.com/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.
addon array dbl double double-precision float64 javascript map mask masked missing n-api napi node node-js nodejs stdlib strided transform unary
Last synced: 01 Mar 2026
https://github.com/stdlib-js/assert-is-complex128ndarray-like
Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.
array assert assertion complex128 double double-precision is isndarray javascript nd ndarray ndarray-like node node-js nodejs stdlib util utilities utility utils
Last synced: 07 Mar 2026
https://github.com/stdlib-js/math-base-special-identity
Evaluate the identity function for a double-precision floating-point number.
dbl double double-precision float64 identity javascript math mathematics node node-js nodejs stdlib
Last synced: 08 Apr 2026
https://github.com/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.
addon array binary dbl double double-precision float64 javascript map n-api napi node node-api node-js nodejs stdlib strided transform
Last synced: 11 Jan 2026
https://github.com/fireboyd78/skopik
A simple storage format with scopes and a C-like syntax.
arrays binary braces c-like data-storage data-structures double-precision exponential floating-point hexadecimal integers scopes storage-format strings tuples
Last synced: 23 Jul 2025
https://github.com/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.
abs2 absolute array dbl double double-precision float64 float64array javascript magnitude math mathematics node node-js nodejs square squared stdlib value vector
Last synced: 03 Mar 2026
https://github.com/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.
apply array base dbl double double-precision float64 foreach javascript map mask masked ndarray node node-js nodejs stdlib strided transform unary
Last synced: 30 Apr 2025
https://github.com/syedrudro/number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
dbl double double-precision float64 identity javascript mathematics nodejs stdlib
Last synced: 10 Aug 2025
https://github.com/stdlib-js/complex-float64-base-identity
Evaluate the identity function for a double-precision complex floating-point number.
cmplx complex dbl double double-precision float64 identity javascript math mathematics node node-js nodejs stdlib
Last synced: 16 Apr 2026
https://github.com/stdlib-js/number-float64-base-add
Compute the sum of two double-precision floating-point numbers.
add addition double double-precision javascript math mathematics node node-js nodejs number stdlib sum summation
Last synced: 09 May 2026