📄 int-inf-sig.sml
字号:
(* int-inf-sig.sml * * COPYRIGHT (c) 1995 by AT&T Bell Laboratories. See COPYRIGHT file for details. * * This package is derived from Andrzej Filinski's bignum package. It is versy * close to the definition of the optional IntInf structure in the SML'97 basis. *)signature INT_INF = sig include INTEGER val divmod : (int * int) -> (int * int) val quotrem : (int * int) -> (int * int) val pow : (int * Int.int) -> int val log2 : int -> Int.int end (* signature INT_INF *)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -