Giter Site home page Giter Site logo

stdlib's Projects

utils-real-min icon utils-real-min

Return the smallest positive normal value capable of being represented by a numeric real type.

utils-reduce icon utils-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

utils-reduce-right icon utils-reduce-right

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

utils-reduce2d icon utils-reduce2d

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

utils-safe-int-max icon utils-safe-int-max

Return the maximum safe integer capable of being represented by a numeric real type.

utils-safe-int-min icon utils-safe-int-min

Return the minimum safe integer capable of being represented by a numeric real type.

utils-shift icon utils-shift

Remove and return the first element of a collection.

utils-size-of icon utils-size-of

Return the size (in bytes) of the canonical binary representation of a specified numeric type.

utils-some icon utils-some

Test whether a collection contains at least `n` elements which are truthy.

utils-some-by icon utils-some-by

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.

utils-some-by-right icon utils-some-by-right

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

utils-try-catch icon utils-try-catch

If a function does not throw, return the function return value; otherwise, return `y`.

utils-try-then icon utils-try-then

If a function does not throw, return the function return value; otherwise, return the return value of a second function.

utils-uncurry icon utils-uncurry

Transform a curried function into a function invoked with multiple arguments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.