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

Topic: "float"

stdlib-js/constants-float16-precision

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

Language: JavaScript - Size: 318 KB - Last synced at: 1 day ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

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

Minimum safe half-precision floating-point integer.

Language: JavaScript - Size: 354 KB - Last synced at: 1 day ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-cbrt-eps

Cube root of single-precision floating-point epsilon.

Language: JavaScript - Size: 544 KB - Last synced at: 23 days ago - Pushed at: 23 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: 319 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-eps

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

Language: JavaScript - Size: 529 KB - Last synced at: 10 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

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

Maximum safe single-precision floating-point integer.

Language: JavaScript - Size: 301 KB - Last synced at: 23 days ago - Pushed at: 23 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: 313 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-smallest-subnormal

Smallest positive half-precision floating-point subnormal number.

Language: JavaScript - Size: 355 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16-max

Maximum half-precision floating-point number.

Language: JavaScript - Size: 330 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - 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: 340 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - 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: 339 KB - Last synced at: 24 days ago - Pushed at: 24 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: 342 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-precision

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

Language: JavaScript - Size: 308 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

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

Maximum safe double-precision floating-point integer.

Language: JavaScript - Size: 362 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - 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: 296 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-float64-cbrt-eps

Cube root of double-precision floating-point epsilon.

Language: JavaScript - Size: 352 KB - Last synced at: 6 days ago - Pushed at: 25 days ago - Stars: 2 - Forks: 0

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

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

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

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

Test if a numeric value is a positive finite number.

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

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

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

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

stdlib-js/number-float64-base-from-binary-string

Create a double-precision floating-point number from a literal bit representation.

Language: JavaScript - Size: 1.21 MB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: 16 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-hypotf

Compute the hypotenuse avoiding overflow and underflow (single-precision).

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

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

Evaluate the Kronecker delta (single-precision).

Language: Python - Size: 447 KB - Last synced at: 10 days ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-flipsign

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

Language: Python - Size: 1.06 MB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-clampf

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

Language: Python - Size: 566 KB - Last synced at: about 1 hour 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: 5 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-copysign

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

Language: Python - Size: 1.08 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-frexp

Split a double-precision floating-point number into a normalized fraction and an integer power of two.

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

stdlib-js/math-base-special-deg2radf

Convert an angle from degrees to radians (single-precision).

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

stdlib-js/math-base-special-invf

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

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

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

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

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

stdlib-js/assert-is-complex64array

Test if a value is a Complex64Array.

Language: JavaScript - Size: 1.13 MB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 2 - 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-pdifff

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

Language: Python - Size: 481 KB - Last synced at: about 14 hours ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-utils-float64-epsilon-difference

Compute the relative difference of two real numbers in units of double-precision floating-point epsilon.

Language: JavaScript - Size: 776 KB - Last synced at: 2 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: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-modf

Decompose a double-precision floating-point number into integral and fractional parts.

Language: C - Size: 852 KB - Last synced at: about 17 hours ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 1.48 MB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ssum

Calculate the sum of single-precision floating-point strided array elements.

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

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

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

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

stdlib-js/math-base-special-cidentityf

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

Language: JavaScript - Size: 341 KB - Last synced at: 1 day ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dsmean

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

Language: JavaScript - Size: 1.41 MB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 2 - 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: 10 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: about 1 month ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-set-high-word

Set the more significant 32 bits of a double-precision floating-point number.

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

stdlib-js/blas-ext-base-srev

Reverse a single-precision floating-point strided array in-place.

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

stdlib-js/number-float64-base-get-low-word

Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.

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

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

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

Language: JavaScript - Size: 367 KB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 2 - 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: 17 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-sabs2

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

Language: JavaScript - Size: 671 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-to-float32

Convert a double-precision floating-point number to the nearest single-precision floating-point number.

Language: JavaScript - Size: 565 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/number-float64-base-set-low-word

Set the less significant 32 bits of a double-precision floating-point number.

Language: JavaScript - Size: 603 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 2 - 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: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-sapx

Add a constant to each element in a single-precision floating-point strided array.

Language: JavaScript - Size: 554 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/number-float32-base-to-int32

Convert a single-precision floating-point number to a signed 32-bit integer.

Language: JavaScript - Size: 394 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-base-scopy

Copy values from x into y.

Language: C - Size: 600 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32-sqrt-eps

Square root of single-precision floating-point epsilon.

Language: JavaScript - Size: 526 KB - Last synced at: about 1 month 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: 8 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: 1 day 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: 19 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-ops-subf

Subtract two single-precision floating-point numbers.

Language: Python - Size: 401 KB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ssumkbn2

Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–BabuΕ‘ka algorithm.

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

stdlib-js/blas-base-ssyr

Perform the symmetric rank 1 operation `A = Ξ±*x*x^T + A`.

Language: JavaScript - Size: 1.46 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

stdlib-js/math-base-ops-addf

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

Language: Python - Size: 416 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 2 - 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: 286 KB - Last synced at: 2 days ago - Pushed at: 3 months 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: 314 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float32

Single-precision floating-point mathematical constants.

Language: JavaScript - Size: 800 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 2 - 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: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - 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: about 7 hours ago - Pushed at: 3 months ago - Stars: 2 - 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: about 1 month 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: 16 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/constants-float16

Half-precision floating-point mathematical constants.

Language: JavaScript - Size: 616 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 2 - 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: 9 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: about 1 month ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ssorthp

Sort a single-precision floating-point strided array using heapsort.

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

stdlib-js/number-float64-base-to-binary-string

Return a string giving the literal bit representation of a double-precision floating-point number.

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

stdlib-js/constants-float64-max

Maximum double-precision floating-point number.

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

stdlib-js/constants-float32-pinf

Single-precision floating-point positive infinity.

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

stdlib-js/complex-float32

64-bit complex number.

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

stdlib-js/constants-float32-precision

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

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

pocketrocket/floatify

Common helper to floatify strings in JS

Language: JavaScript - Size: 50.8 KB - Last synced at: about 2 hours ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

RobTillaart/FLE

Arduino Library for floating point datatype with error math

Language: C++ - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

sigurd4/custom_float

Customizable floating point types, with all standard floating point operations implemented from scratch.

Language: Rust - Size: 15.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

bgrand-ch/grapesjs-float

GrapesJS float plugin with Floating UI

Language: TypeScript - Size: 83 KB - Last synced at: 1 day ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 2

ghanayemomar/JourneyMakers

JourneyMakers

Language: CSS - Size: 83 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

francoisromain/postcss-grid-fluid

A PostCSS plugin to create fluid grids.

Language: JavaScript - Size: 1.81 MB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

puzzlef/pagerank-datatype

Comparison of PageRank algorithm using various datatypes.

Language: C++ - Size: 134 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

junkwarrior87/half-float

Utility for converting 16-bit floats

Language: TypeScript - Size: 51.8 KB - Last synced at: 15 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Speedup-lib/nodejs-string-to

Parse string into their actual type

Language: TypeScript - Size: 711 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ClaudiuHKS/AddCommas

AddCommas

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

pktcodes/css-basics

CSS Basics

Language: SCSS - Size: 3.87 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

unic0rn9k/levitate

Just works solution to numbers, mainly aimed at floats and mathematical use cases.

Language: Rust - Size: 38.1 KB - Last synced at: 12 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

eliottvincent/joi-decimal

πŸ”’ Joi extension for Decimal type

Language: JavaScript - Size: 227 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

NicholasKuselov/TradeUp_Helper

ΠŸΡ€ΠΎΠ³Ρ€Π°ΠΌΠΌΠ° для подсчСта износа скина послС ΠΊΠΎΠ½Ρ‚Ρ€Π°ΠΊΡ‚Π° CS GO, сохранСния истории ΠΊΡ€Π°Ρ„Ρ‚ΠΎΠ², поиска Ρ€Π΅Π΄ΠΊΠΈΡ… ΠΏΠ°Ρ‚Ρ‚Π΅Ρ€Π½ΠΎΠ² ΠΈΠ»ΠΈ Π½Π°ΠΊΠ»Π΅Π΅ΠΊ Π½Π° Ρ‚ΠΎΡ€Π³ΠΎΠ²ΠΎΠΉ ΠΏΠ»ΠΎΡ‰Π°Π΄ΠΊΠ΅ Steam\\A program for calculating skin wear after a CS GO contract, saving crafting history, searching for rare patterns or stickers on the Steam marketplace

Language: C# - Size: 30.2 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

pilotak/MovingAverageFloat

Arduino & Mbed Library for averaging float numbers

Language: C++ - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

Siegurd01/Arduino-STM32-software-UART-with-a-float-baudrate

This is a project of a fully software UART protocol implementation for low speed bauds where you can enter a float type value of baudrate (1.1 baud tested). It uses any digital OI pins as Rx and Tx. No interrupts used.

Language: C++ - Size: 43 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

tallesl/py-floaty

Bandages for boto3 floating-point wounds.

Language: Python - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0