MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / bigint

Method bigint

Source/external/fast_float.h:2230–2230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2228 stackvec<bigint_limbs> vec;
2229
2230 FASTFLOAT_CONSTEXPR20 bigint(): vec() {}
2231 bigint(const bigint &) = delete;
2232 bigint &operator=(const bigint &) = delete;
2233 bigint(bigint &&) = delete;

Callers

nothing calls this directly

Calls 2

push_uncheckedMethod · 0.80
normalizeMethod · 0.45

Tested by

no test coverage detected