sse_mathfun VS FindMinimaxPolynomial.jl

Compare sse_mathfun vs FindMinimaxPolynomial.jl and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sse_mathfun FindMinimaxPolynomial.jl
1 3
36 -
- -
10.0 -
almost 5 years ago -
C
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sse_mathfun

Posts with mentions or reviews of sse_mathfun. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.

FindMinimaxPolynomial.jl

Posts with mentions or reviews of FindMinimaxPolynomial.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • Finding the best sine function for Nintendo 64
    2 projects | news.ycombinator.com | 27 Jun 2023
    > This polynomial is not derived analytically, rather it's found using an iterative algorithm, traditionally using the Remez algorithm, but also see my WIP project here: https://gitlab.com/nsajko/FindMinimaxPolynomial.jl.

    Is this your independent attempt? Because I think RLIBM did the essentially same thing recently [1].

    [1] https://arxiv.org/pdf/2104.04043.pdf

  • Implementing Cosine in C from Scratch
    6 projects | news.ycombinator.com | 5 Jun 2023
    Seems worth noting that although the usual algorithm for finding the minimax polynomial is the very old Remez algorithm, I'm playing with a minimax finder that relies on what I think is a novel algorithm. My algorithm seems better than Remez, and certainly beats it in many cases, even though I don't have an analysis of the algorithm.

    The main idea is to use linear programming with some chosen points from the interval to look for the polynomial that approximates the chosen function over that interval. Unlike Remez, this enables control over which individual point from the interval are chosen as representatives, which enables avoiding ill-behaved points. An example of where this leads to improvements over Remez is when optimizing relative error: Remez would trip over zeros of the function, because they cause singularities in the relative error, however my algorithm works (by avoiding ill-behaved points) as long as the discontinuities are removable.

    My algorithm is also a lot more flexible than Remez', for example it allows optimizing over multiple intervals instead of a single one.

    The Git repo of the (still in-progress) project is here: https://gitlab.com/nsajko/FindMinimaxPolynomial.jl

    The Julia package is already registered (installable from the official Julia registry): https://juliahub.com/ui/Packages/FindMinimaxPolynomial/kNIo8...

What are some alternatives?

When comparing sse_mathfun and FindMinimaxPolynomial.jl you can also consider the following projects:

AvxMath

sectorc - A C Compiler that fits in the 512 byte boot sector of an x86 machine

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

scheme - An R7RS Scheme implemented in WebAssembly