ccmath icon indicating copy to clipboard operation
ccmath copied to clipboard

A C++17 Compile Time <cmath> Library

Results 22 ccmath issues
Sort by recently updated
recently updated
newest added

Add C++20 Modules support for the library.

enhancement
help wanted
good first issue

The trigonometric module currently has the following functions that need implementation or work done. TODO: Implement: - [ ] acos - [ ] asin - [ ] atan - [...

documentation
enhancement
tough issue

I'd like to bring in first class support for Nvidia HPC C++. To achieve this the following items need to be addressed: - [ ] Add Nvidia HPC C++ to...

enhancement
help wanted
good first issue

The nearest module currently has the following functions that need implementation or work done. TODO: Implement: - [x] ceil - [x] floor - [ ] nearbyint - [ ] rint...

documentation
enhancement
good first issue

The special module currently has the following functions that need implementation or work done. TODO: Implement: - [ ] assoc_laguerre - [ ] assoc_legendre - [ ] beta - [...

documentation
enhancement
help wanted

The hyperbolic module currently has the following functions that need implementation or work done. TODO: Implement: - [ ] acosh - [ ] asinh - [ ] atanh - [...

documentation
enhancement

for real this time

bug
documentation
enhancement

I notice that you mentioned in `pow_expo_by_sqr`: > This is pretty fast with smaller numbers, but is slower than the standard when dealing with large numbers. > TODO: Find a...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.11. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. Release notes Sourced from actions/cache's releases. v4.1.0 What's Changed Fix cache-hit output when cache missed by @​fchimpan in actions/cache#1404 Deprecate save-always input by @​joshmgross...

dependencies