mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Fixed Conflicts: .gitignore include/boost/math/constants/constants.hpp include/boost/math/policies/error_handling.hpp include/boost/math/policies/policy.hpp include/boost/math/special_functions/detail/bernoulli_details.hpp include/boost/math/special_functions/detail/fp_traits.hpp include/boost/math/special_functions/detail/gamma_inva.hpp include/boost/math/special_functions/detail/igamma_inverse.hpp include/boost/math/special_functions/detail/polygamma.hpp include/boost/math/special_functions/detail/unchecked_factorial.hpp include/boost/math/special_functions/digamma.hpp include/boost/math/special_functions/gamma.hpp include/boost/math/special_functions/log1p.hpp include/boost/math/special_functions/pow.hpp include/boost/math/special_functions/powm1.hpp include/boost/math/special_functions/trigamma.hpp include/boost/math/special_functions/trunc.hpp include/boost/math/tools/config.hpp include/boost/math/tools/convert_from_string.hpp include/boost/math/tools/roots.hpp
34 lines
412 B
Plaintext
34 lines
412 B
Plaintext
/doc/inspect.htm
|
|
/**/*.log
|
|
reporting/*/third_party
|
|
reporting/*/html
|
|
inspect.html
|
|
/example/float128_examples.cpp
|
|
test/cuda
|
|
*.DS_Store
|
|
/**/*.dSYM/
|
|
**/.temps/*
|
|
build/*
|
|
.vscode/*
|
|
*.svg
|
|
tools/bin/**
|
|
.idea/*
|
|
|
|
# CMake Related Options
|
|
*.a
|
|
*.o
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
Makefile
|
|
**/CMakeFiles/**
|
|
**CTestTestfile.cmake
|
|
DartConfiguration.tcl
|
|
cmake-build-debug/*
|
|
.cmake/*
|
|
build.ninja
|
|
.ninja*
|
|
|
|
# Modules
|
|
*.gcm
|
|
a.out
|