• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nholthaus / units / 920
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: v3.x
DEFAULT BRANCH: master
Ran 25 Nov 2020 02:21PM UTC
Jobs 2
Files 1
Run time 39s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
920

push

travis-ci

web-flow
pow() tweaks and a compile-time pow() (#265)

* Add Doxygen ignore tags to pow() detail namespace

Forgot to add these when making the original changes

* Add noexcepts to pow()s

* Add pow() with compile-time exponent

This is basically a copy of the regular pow() implementation.

Only a signed version is offered instead of both a signed and unsigned
version because having both a signed long long and unsigned long long
version will result in ambiguous calls for common uses like pow<2>(x).
This does mean that calculation of ludicrously large exponents isn't
supported, but hopefully such cases are exceptionally rare.

* Use compile-time exponent pow() for unit pow()

Could have better performance, since the compiler can make better use of
the compile-time exponent as a template argument instead of a function
argument.

Co-authored-by: Alex Wang <ts826848@gmail.com>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 920.1 (MATRIX_EVAL="CC=gcc && CXX=g++" COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure]) 25 Nov 2020 02:21PM UTC 0
0.0
Travis Job 920.1
2 920.2 (MATRIX_EVAL="CC=clang && CXX=clang++") 25 Nov 2020 02:21PM UTC 0
0.0
Travis Job 920.2
Source Files on build 920
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #920
  • 702c5437 on github
  • Prev Build on v3.x (#912)
  • Next Build on v3.x (#927)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc