integer-roots

Integer roots and perfect powers of arbitrary precision (by Bodigrim)

Integer-roots Alternatives

Similar projects and alternatives to integer-roots based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better integer-roots alternative or higher similarity.

integer-roots reviews and mentions

Posts with mentions or reviews of integer-roots. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-03.
  • square root of an Integer without sqrt function
    1 project | /r/haskell | 16 Nov 2021
    Check out the integer-roots package.
  • Introducing alpaca-netcode: Rollback/replay NetCode for realtime, deterministic, multiplayer games.
    2 projects | /r/haskell | 3 Apr 2021
    This is interesting, thanks! I think 1 can probably be solved with some "reasonable" slowdown compared to float. E.g. I use Taylor expansion to implement `sin` which isn't toooo slow. I do some `mod`ing and a few comparisons to express the problem in terms of `sin(x)` s.t. `-pi / 2 <= x <= -pi / 2`. Then use the Taylor expansion about 0 which takes about 4 (+ and -), 5 (*), and 4 (/). I need to properly benchmark this, Though. I do wonder if a floating point representation rather than a fixed precision representation would be practical. I'm also using https://hackage.haskell.org/package/integer-roots for `sqrt` though I'm not 100% sure this is deterministic, and I'm sure that a specialized implementation would be much faster.

Stats

Basic integer-roots repo stats
2
2
3.5
about 2 months ago

Bodigrim/integer-roots is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of integer-roots is Haskell.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com