bounded
There are 17 repositories under bounded topic.
Poweranimal/PowerCollections
Powerfull Collections, Sets, Lists and Maps.
ivan-pi/fortran_lsp
Fortran routines from "Solving Least Squares Problems" by C. Lawson and R. Hanson (1995)
jedisct1/zig-bounded-array
BoundedArray module for Zig.
Risto-Stevcev/idris-heyting-algebra
Interfaces for heyting algebras and verified bounded join and meet semilattices
ShayBox/Bounded-Counter
Generic Incremental Bounded Counter
stdlib-js/stats-base-dists-kumaraswamy
Kumaraswamy's double bounded distribution.
stdlib-js/stats-base-dists-kumaraswamy-median
Kumaraswamy's double bounded distribution median.
stdlib-js/stats-base-dists-kumaraswamy-mode
Kumaraswamy's double bounded distribution mode.
stdlib-js/stats-base-dists-kumaraswamy-variance
Kumaraswamy's double bounded distribution variance.
javaf/array-queue
Array queue is a bounded lock-based FIFO queue using an array. It uses 2 separate locks for head and tail.
Samson-Mano/random_domain_generator
C# implementation of random closed domain generator
stdlib-js/stats-base-dists-kumaraswamy-kurtosis
Kumaraswamy's double bounded distribution excess kurtosis.
stdlib-js/stats-base-dists-kumaraswamy-skewness
Kumaraswamy's double bounded distribution skewness.
stdlib-js/stats-base-dists-kumaraswamy-stdev
Kumaraswamy's double bounded distribution standard deviation.
indique/elm-bounded-nat
natural number in a range at compile-time
bhgomes/BoundedRationals.jl
Rational Numbers with Bounded Denominators
javaf/array-stack
Array stack is a bounded lock-based stack using an array. It uses a common lock for both push and pop operations.