base-10
There are 18 repositories under base-10 topic.
tallesl/net-36
Encodes base 10 to base 36 and decodes base 36 to base 10.
stdlib-js/constants-float64-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal double-precision floating-point number.
stdlib-js/constants-float64-min-base10-exponent
The minimum base 10 exponent for a normal double-precision floating-point number.
stdlib-js/math-base-special-exp10
Base 10 exponential function.
reiver/go-denary64
Package denary64 provides base-10 floating point numbers, which are safe to use to store money values, and are safe to do math calculations with; as opposed to the built-in Golang types float32, and float64 which are base-2 floating point number types (rather than base-10) and which are NOT safe to use for money.
stdlib-js/constants-float64-max-base10-exponent
The maximum base 10 exponent for a double-precision floating-point number.
stdlib-js/constants-float64-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal double-precision floating-point number.
stdlib-js/math-base-special-log10
Common logarithm (base ten).
stdlib-js/math-iter-special-exp10
Create an iterator which evaluates the base 10 exponential function for each iterated value.
stdlib-js/math-iter-special-log10
Create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.
void-gh/pwsh-data-size-unit-measure
Powershell script converts computer data size unit of measure between one format and another
natan-xav2019/Conversor-de-Base
Um conversor de todas as bases de 2 ate 16.
nclvrps/hexer
Python script for arithmetic drill exercises (for decimal, hex, etc)
JamesMatchett/CSharp-Floating-Point-Binary-Conversion
Asked to do floating point conversions on pen and paper in class, quick little progarm to make these easier
stdlib-js/constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
stdlib-js/constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal single-precision floating-point number.
stdlib-js/constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
stdlib-js/constants-float32-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.