From 6899b904ac7947271a5db59349a14e7345bc6bb7 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Wed, 26 Nov 2014 15:50:52 +0100 Subject: [PATCH] Release notes typo --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f394d3bb..be03979d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -3,7 +3,7 @@ * Linear Algebra: Minor change how matrix products call the LA provider * Linear Algebra: Random generation now leveraging array sampling routines * Linear Algebra: fix bug when manually assigning System.Random to random distribution -* Root Finding: Change Brent tolerance check, add bracked check *~Hythen Sidky* +* Root Finding: Change Brent tolerance check, add bracket check *~Hythen Sidky* * Root Finding: Auto zero-crossing bracketing in FindRoots facade (not in algorithms) * Statistics: RootMeanSquare (RMS) * Distributions: Array sampling routines now available through interface