add ediv to arith

This commit is contained in:
Simon Cruanes 2022-01-31 11:08:01 -05:00
parent e77d2b81ca
commit be7451b070
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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