doc: note that Float.beq is not refl
This commit is contained in:
parent
969dce70db
commit
152d441a4c
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ instance : Neg Float := ⟨Float.neg⟩
|
|||
instance : LT Float := ⟨Float.lt⟩
|
||||
instance : LE Float := ⟨Float.le⟩
|
||||
|
||||
/-- Note: this is not reflexive since `NaN != NaN`.-/
|
||||
@[extern "lean_float_beq"] opaque Float.beq (a b : Float) : Bool
|
||||
|
||||
instance : BEq Float := ⟨Float.beq⟩
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue