mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
add ediv to arith
This commit is contained in:
parent
e77d2b81ca
commit
be7451b070
1 changed files with 3 additions and 0 deletions
|
|
@ -84,6 +84,9 @@ module type INT_FULL = sig
|
||||||
|
|
||||||
val (/) : t -> t -> t
|
val (/) : t -> t -> t
|
||||||
|
|
||||||
|
val ediv : t -> t -> t
|
||||||
|
(** Euclidian division *)
|
||||||
|
|
||||||
val rem : t -> t -> t
|
val rem : t -> t -> t
|
||||||
|
|
||||||
val probab_prime : t -> bool
|
val probab_prime : t -> bool
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue