rootfinding

Root finder

A root-finding library implementing Brent's method for finding roots of functions.

root-finding library

GitHub

11 stars
5 watching
2 forks
Language: Go
last commit: over 4 years ago
Linked from 2 awesome lists

brentgogolangroot-finding

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jzakiya/roots A gem providing methods to compute exact integer roots of real values for arbitrary sized integers. 1
sindresorhus/pkg-dir-cli A tool that finds the root directory of a Node.js project or package 24
dchest/stemmer Provides an interface for implementing various stemming algorithms in the Go programming language. 53
sindresorhus/pkg-dir Finds the root directory of a Node.js project or npm package 235
philandstuff/dhall-golang Bindings for a configuration language used in software development 117
casonadams/bitwarden-cli A zsh plugin that provides a fuzzy finder for Bitwarden CLI 1
ryanaghdam/has-key-deep A utility function to search nested objects for specific key paths or arrays of keys 1
kachit/gorm-seeder Automates bulk data population and cleanup for GORM-based databases 13
fern4lvarez/piladb A lightweight, RESTful database engine based on stack data structures 206
vishaltelangre/ff A command-line tool for efficiently searching files by name in a directory or its subdirectories. 332
espressocake/needle_sift_bof A tool for searching for specific strings within files using a needle-sift algorithm 30
tavianator/bfs A breadth-first version of the UNIX find command with additional features and extensions 996
beefsack/go-astar An implementation of the A* search algorithm in Go 600
sindresorhus/find-up-cli A utility for finding files by walking up parent directories 39
derekparker/trie A Go library implementing a data structure for fast prefix and fuzzy string searching 763