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

GitHub topics: flt

stdlib-js/math-base-special-copysignf

Return a single-precision floating-point number with the magnitude of x and the sign of y.

Language: Python - Size: 758 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-max-safe-nth-double-factorial

Maximum safe nth double factorial when stored in single-precision floating-point format.

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

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

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

Language: JavaScript - Size: 209 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

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

One half times the natural logarithm of 2 as a single-precision floating-point number.

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

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

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

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

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

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

Language: JavaScript - Size: 234 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

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

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

Language: JavaScript - Size: 121 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-max-safe-nth-factorial

Maximum safe nth factorial when stored in single-precision floating-point format.

Language: JavaScript - Size: 207 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-max-nth-factorial

Maximum nth factorial when stored in single-precision floating-point format.

Language: JavaScript - Size: 0 Bytes - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/math-strided-special-scbrt

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

Language: JavaScript - Size: 975 KB - Last synced at: 13 days ago - Pushed at: 27 days ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-flipsignf

Return a single-precision floating-point number with the magnitude of x and the sign of x*y.

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

stdlib-js/math-base-special-ceilf

Round a single-precision floating-point number toward positive infinity.

Language: Python - Size: 422 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-signumf

Evaluate the signum function for a single-precision floating-point number.

Language: Python - Size: 393 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-ldexpf

Multiply a single-precision floating-point number by an integer power of two.

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

stdlib-js/math-strided-special-smskdeg2rad

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

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

stdlib-js/math-strided-special-ssqrt

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

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

stdlib-js/strided-napi-smap2

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

Language: C - Size: 108 KB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smsksqrt

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

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

stdlib-js/math-strided-special-sinv

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

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

stdlib-js/math-strided-special-strunc

Round each element in a single-precision floating-point strided array toward zero.

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

coin3d/profit

Open Flight file format support

Language: C - Size: 1010 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 2

stdlib-js/strided-base-cmap

Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.

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

stdlib-js/strided-napi-smap

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

Language: C - Size: 237 KB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-sceil

Round each element in a single-precision floating-point strided array toward positive infinity.

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

stdlib-js/strided-base-smap2

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

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

stdlib-js/math-strided-special-smskceil

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

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

stdlib-js/math-strided-special-sramp

Evaluate the ramp function for each element in a single-precision floating-point strided array.

Language: JavaScript - Size: 583 KB - Last synced at: about 18 hours ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/strided-base-smskmap2

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

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

stdlib-js/strided-base-smap

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

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

stdlib-js/strided-napi-smskmap

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

Language: C - Size: 267 KB - Last synced at: 20 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-srsqrt

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

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

stdlib-js/math-strided-special-smskinv

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

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

stdlib-js/math-strided-special-smskrsqrt

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

Language: JavaScript - Size: 683 KB - Last synced at: 29 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smskfloor

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

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

stdlib-js/math-strided-special-sdeg2rad

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

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

stdlib-js/strided-base-smskmap

Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-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 single-precision floating-point strided output array.

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

stdlib-js/math-strided-special-smsktrunc

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

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

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

Maximum safe Fibonacci number when stored in single-precision floating-point format.

Language: JavaScript - Size: 190 KB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-max-safe-nth-fibonacci

Maximum safe nth Fibonacci number when stored in single-precision floating-point format.

Language: JavaScript - Size: 204 KB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

stdlib-js/strided-napi-cmap

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

Language: C - Size: 93.8 KB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smskabs2

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

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

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

Test if a finite single-precision floating-point number is an even number.

Language: Python - Size: 274 KB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

stdlib-js/math-strided-special-smskramp

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

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

stdlib-js/math-strided-special-smskcbrt

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

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

stdlib-js/math-strided-special-smskabs

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

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

stdlib-js/strided-napi-smskmap2

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

Language: C - Size: 96.7 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Magffbe/FLT-Bot Fork of Mahabdelghani/solara-executor

FLT FLT-staking FLT-yield FLT-decentralized FLT-Testnet FLT-free-download FLT-setup-2024 FLT-install FLT-platform FLT-tools FLT-crypto FLT-for-developers FLT-rewards FLT-blockchain FLT-yield-farming

Language: CSS - Size: 13.7 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Runc2333/flt-drop-to-flt

Converts FLT-DROP to FLT.

Language: TypeScript - Size: 56.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0