Concept
space::irbem::Precision
cheatah-space v0.1.0-alpha — Biome Standard 0.6.5-alpha
A precision policy: the arithmetic type the integrand is evaluated in, and the type the results are accumulated in.
Structural only — it says the two names exist. It deliberately does NOT check that accum is double, so that SoundPrecision can be the thing that rejects an unsound policy and the rejection can be tested rather than merely asserted.
Template parameters
P | the candidate policy type. |
