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

nholthaus / units / 920 / 1
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: v3.x
DEFAULT BRANCH: master
Ran 25 Nov 2020 02:21PM UTC
Files 1
Run time 0s
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

25 Nov 2020 01:27PM UTC coverage: 0.0%. Remained the same
MATRIX_EVAL="CC=gcc && CXX=g++" COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure]

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

Source Files on job 920.1 (MATRIX_EVAL="CC=gcc && CXX=g++" COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure])
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 502
  • Travis Job 920.1
  • 702c5437 on github
  • Prev Job for MATRIX_EVAL="CC=gcc && CXX=g++" COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] on v3.x (#912.1)
  • Next Job for MATRIX_EVAL="CC=gcc && CXX=g++" COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] on v3.x (#927.1)
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