var searchIndex = {}; searchIndex["float_cmp"] = {"doc":"Defines traits `ApproxEq`, `ApproxOrd`, and `Ulps`, for approximate\ncomparison of floating point types. Defines implementations for `f32`\nand `f64`","items":[[8,"Ulps","float_cmp","",null,null],[16,"U","","",0,null],[10,"ulps","","How many ULPs apart the two floating point numbers are.",0,null],[8,"ApproxEq","","ApproxEq is a trait for approximate equality comparisons, and is defined only\nfor floating point types.",null,null],[10,"approx_eq","","This method tests for `self` and `other` values to be approximately equal\nwithin `ulps` floating point representations. See module documetation\nfor an understanding of `ulps`.",1,null],[11,"approx_ne","","This method tests for `self` and `other` values to be not approximately\nequal, not within `ulps` floating point representations. See module\ndocumetation for an understanding of `ulps`.",1,null],[8,"ApproxOrd","","ApproxOrd is for sorting floating point values where approximate equality\nis considered equal.",null,null],[10,"approx_cmp","","This method returns an ordering between `self` and `other` values\nif one exists, where Equal is returned if they are approximately\nequal within `ulps` floating point representations. See module\ndocumentation for an understanding of `ulps`",2,null],[11,"approx_lt","","This method tests less than (for `self` < `other`), where values\nwithin `ulps` of each other are not less than. See module\ndocumentation for an understanding of `ulps`.",2,null],[11,"approx_le","","This method tests less than or equal to (for `self` <= `other`)\nwhere values within `ulps` are equal. See module documentation\nfor an understanding of `ulps`.",2,null],[11,"approx_gt","","This method tests greater than (for `self` > `other`)\nwhere values within `ulps` are not greater than. See module\ndocumentation for an understanding of `ulps`",2,null],[11,"approx_ge","","This method tests greater than or equal to (for `self` > `other`)\nwhere values within `ulps` are equal. See module documentation\nfor an understanding of `ulps`.",2,null]],"paths":[[8,"Ulps"],[8,"ApproxEq"],[8,"ApproxOrd"]]}; initSearch(searchIndex);