Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This package provides utilities for working with double-precision floating-point numbers in JavaScript. It's part of the stdlib library, a comprehensive standard library for numerical and scientific computing in JavaScript, and is intended for developers who need reliable, well-tested tools for handling float64 operations in their applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
stdlib-js

stdlib-js/number-float64

Utilities for double-precision floating-point numbers.

JavaScript
1
0
Apache License 2.0
stdlib-bot's profile
stdlib-bot
67 contributions

Support the dependencies of stdlib-js/number-float64

Account's avatar
stdlib-js/number-float64-base
Base utilities for double-precision floating-point numbers.
Account's avatar
stdlib-js/number-float64-reviver
Revive a JSON-serialized number.
Account's avatar
stdlib-js/number-float64-to-json
Return a JSON representation of a number.
Account's avatar
stdlib-js/utils-define-read-only-property
Define a read-only property.
Account's avatar
stdlib-js/array-base-filled-by
Create a filled generic array according to a provided callback function.
Account's avatar
stdlib-js/array-dataview
DataView.
Account's avatar
stdlib-js/array-float32
Float32Array.
Account's avatar
stdlib-js/array-float64
Float64Array.
Account's avatar
stdlib-js/array-uint32
Uint32Array.
Account's avatar
stdlib-js/array-uint8
Uint8Array.
Account's avatar
stdlib-js/assert-has-own-property
Test if an object has a specified property.
Account's avatar
stdlib-js/assert-is-array
Test if a value is an array.
Account's avatar
stdlib-js/assert-is-boolean
Test if a value is a boolean.
Account's avatar
stdlib-js/assert-is-float64array
Test if a value is a Float64Array.
Account's avatar
stdlib-js/assert-is-little-endian
Check if an environment is little endian.
Account's avatar
stdlib-js/assert-is-node
Check if the runtime is Node.js.
Account's avatar
stdlib-js/assert-is-number
Test if a value is a number.
Account's avatar
stdlib-js/assert-is-plain-object
Test if a value is a plain object.
Account's avatar
stdlib-js/assert-is-positive-finite
Test if a value is a number having a finite positive value.
Account's avatar
stdlib-js/assert-is-string
Test if a value is a string.
Account's avatar
stdlib-js/assert-is-uint8array
Test if a value is a Uint8Array.
Account's avatar
stdlib-js/assert-is-windows
Boolean indicating if the current process is running on Windows.
Account's avatar
stdlib-js/boolean-ctor
Boolean constructor.
Account's avatar
stdlib-js/console-log-each-map
Insert array element values and the result of a callback function into a format string and print the result.
Account's avatar
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.
Account's avatar
stdlib-js/constants-float16-max
Maximum half-precision floating-point number.
Account's avatar
stdlib-js/constants-float16-ninf
Half-precision floating-point negative infinity.
Account's avatar
stdlib-js/constants-float16-pinf
Half-precision floating-point positive infinity.
Account's avatar
stdlib-js/constants-float16-smallest-normal
Smallest positive normalized half-precision floating-point number.
Account's avatar
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.
Account's avatar
stdlib-js/constants-float64-exponent-bias
The bias of a double-precision floating-point number's exponent.
Account's avatar
stdlib-js/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
Account's avatar
stdlib-js/constants-float64-high-word-sign-mask
High word mask for the sign bit of a double-precision floating-point number.
Account's avatar
stdlib-js/constants-float64-max
Maximum double-precision floating-point number.
Account's avatar
stdlib-js/constants-float64-ninf
Double-precision floating-point negative infinity.
Account's avatar
stdlib-js/constants-float64-pi
π.
Account's avatar
stdlib-js/constants-float64-pinf
Double-precision floating-point positive infinity.
Account's avatar
stdlib-js/constants-float64-smallest-normal
Smallest positive double-precision floating-point normal number.
Account's avatar
stdlib-js/constants-float64-smallest-subnormal
Smallest positive double-precision floating-point number.
Account's avatar
stdlib-js/constants-uint32-max
Maximum unsigned 32-bit integer.
Account's avatar
stdlib-js/math-base-assert-is-finite
Test if a double-precision floating-point numeric value is finite.
Account's avatar
stdlib-js/math-base-assert-is-infinite
Test if a double-precision floating-point numeric value is infinite.
Account's avatar
stdlib-js/math-base-assert-is-integer
Test if a finite double-precision floating-point number is an integer.
Account's avatar
stdlib-js/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
Account's avatar
stdlib-js/math-base-assert-is-negative-zero
Test if a double-precision floating-point numeric value is negative zero.
Account's avatar
stdlib-js/math-base-assert-is-positive-zero
Test if a double-precision floating-point numeric value is positive zero.
Account's avatar
stdlib-js/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
Account's avatar
stdlib-js/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
Account's avatar
stdlib-js/math-base-special-pow
Exponential function.
Account's avatar
stdlib-js/math-base-special-round
Round a numeric value to the nearest integer.