mirror of https://github.com/CGAL/cgal
added warning: not thread-safe
This commit is contained in:
parent
e9013df2ff
commit
769f4dc731
|
|
@ -18,6 +18,8 @@ Since the type is base on double
|
||||||
arithmetic the prime is restricted to values less than $2^{26}$.
|
arithmetic the prime is restricted to values less than $2^{26}$.
|
||||||
The initial value of $p$ is 67111067.
|
The initial value of $p$ is 67111067.
|
||||||
|
|
||||||
|
Note that due to the static prime the type is not thread-safe.
|
||||||
|
|
||||||
\ccInclude{CGAL/Modular.h}
|
\ccInclude{CGAL/Modular.h}
|
||||||
|
|
||||||
\ccIsModel
|
\ccIsModel
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue