mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 07:00:37 +03:00
14 lines
468 B
D
14 lines
468 B
D
// Written in the D programming language.
|
|
|
|
/**
|
|
This package is currently in a nascent state and may be subject to
|
|
change. Please do not use it yet, but stick to $(MREF std, math).
|
|
|
|
Copyright: Copyright The D Language Foundation 2021 - .
|
|
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
|
Source: $(PHOBOSSRC std/math/integral.d)
|
|
*/
|
|
|
|
module std.math.integral;
|
|
|
|
// Will contain functions like isqrt, ilog2, isPrime and maybe also gcd from std.numeric
|