math
More efficient bisection for 1D Newton root finder
#1012
Open
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
22
Changes
View On
GitHub
Commits
initial commit
ryanelandt
committed
2 years ago
fix eval order issue with count
ryanelandt
committed
2 years ago
add unit test for 1008 failure case
ryanelandt
committed
2 years ago
address @mborland feedback
ryanelandt
committed
2 years ago
added missing header file
ryanelandt
committed
2 years ago
add __float128 support for Midpoint754
ryanelandt
committed
2 years ago
fixed compile issue due incorrect macro usage
ryanelandt
committed
2 years ago
fix unsigned __int128 isn't unsigend config issue
ryanelandt
committed
2 years ago
compile issue fix attempt 3
ryanelandt
committed
2 years ago
pound if zero out compiler problem
ryanelandt
committed
2 years ago
preprocessor out again
ryanelandt
committed
2 years ago
duck type dispatch to Midpoint754
ryanelandt
committed
2 years ago
fix SFINAE type oversight
ryanelandt
committed
2 years ago
refactored ieee754_linear tools into new file
ryanelandt
committed
2 years ago
add_newline to end of file
ryanelandt
committed
2 years ago
non-ascii character fix
ryanelandt
committed
2 years ago
fix lint fails: C and LIC
ryanelandt
committed
2 years ago
fix issue type issue for std::float32_t + 64_t
ryanelandt
committed
2 years ago
added missing if defined guards ofr uint128
ryanelandt
committed
2 years ago
remove multiprecision header from math files
ryanelandt
committed
2 years ago
include boost/cstdfloat.hpp
ryanelandt
committed
2 years ago
new include
ryanelandt
committed
2 years ago
Loading