summaryrefslogtreecommitdiff
path: root/theories/NArith/Nsqrt_def.v
blob: da7829a9c3f5d48bfade63e8fc3c7abf71cd5908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(************************************************************************)
(*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
(* <O___,, *   INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2015     *)
(*   \VV/  **************************************************************)
(*    //   *      This file is distributed under the terms of the       *)
(*         *       GNU Lesser General Public License Version 2.1        *)
(************************************************************************)

Require Import BinNat.

(** Obsolete file, see [BinNat] now,
    only compatibility notations remain here. *)

Notation Nsqrtrem := N.sqrtrem (compat "8.3").
Notation Nsqrt := N.sqrt (compat "8.3").
Notation Nsqrtrem_spec := N.sqrtrem_spec (compat "8.3").
Notation Nsqrt_spec := (fun n => N.sqrt_spec n (N.le_0_l n)) (compat "8.3").
Notation Nsqrtrem_sqrt := N.sqrtrem_sqrt (compat "8.3").