constexpr:使用constexpr进行实验

时间:2021-05-07 10:54:38
【文件属性】:
文件名称:constexpr:使用constexpr进行实验
文件大小:39KB
文件格式:ZIP
更新时间:2021-05-07 10:54:38
C++ 使用constexpr进行实验 一切(除注明的功能外)均以C ++ 11 constexpr样式编写,以实现最大的兼容性。 所有功能都在cx名称空间内。 该代码在MIT许可下分发。 有关详细信息,请参见许可。 数学函数 abs , fabs sqrt , cbrt , hypot exp , log , log10 , log2 sin , cos , tan asin , acos , atan , atan2 floor , ceil , trunc , round (长双变体需要C ++ 14) fmod , remainder (长双fmod变体需要C ++ 14) fmin , fmax , fdim sinh cosh tanh asinh , acosh , atanh pow erf 字符串哈希 fnv1 , fnv1a murmur3_32
【文件预览】:
constexpr-master
----.gitignore(37B)
----src()
--------SConscript(49B)
--------include()
--------test()
----LICENSE(1KB)
----README.md(2KB)
----SConstruct(2KB)
----CMakeLists.txt(2KB)
----clean.sh(67B)

网友评论