aboutsummaryrefslogtreecommitdiff
path: root/theories/ZArith/Zlog_def.v
blob: 8326cb13c4b365faf03644a87f7ae5fa77b67252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

Require Import BinInt Zorder Zpow_def.

Notation Zlog2 := Z.log2 (only parsing).
Notation Zlog2_spec := Z.log2_spec (only parsing).
Notation Zlog2_nonpos := Z.log2_nonpos (only parsing).