Modify sqrt example (#2028)
This commit is contained in:
parent
5c1db0c4b8
commit
6b7db851e9
|
|
@ -4,7 +4,7 @@ use super::*;
|
||||||
///
|
///
|
||||||
/// ## Example { #example }
|
/// ## Example { #example }
|
||||||
/// ```example
|
/// ```example
|
||||||
/// $ sqrt(x^2) = x = sqrt(x)^2 $
|
/// $ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// Display: Square Root
|
/// Display: Square Root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue