mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fix WithinULP matcher factory name in docs
This commit is contained in:
		| @@ -145,7 +145,7 @@ Catch2 provides 3 matchers that target floating point numbers. These | ||||
| are: | ||||
|  | ||||
| * `WithinAbs(double target, double margin)`, | ||||
| * `WithinUlps(FloatingPoint target, uint64_t maxUlpDiff)`, and | ||||
| * `WithinULP(FloatingPoint target, uint64_t maxUlpDiff)`, and | ||||
| * `WithinRel(FloatingPoint target, FloatingPoint eps)`. | ||||
|  | ||||
| > `WithinRel` matcher was introduced in Catch2 2.10.0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský