Modify sqrt example (#2028)

This commit is contained in:
Szymon Bęczkowski 2023-08-31 09:52:12 +02:00 committed by GitHub
parent 5c1db0c4b8
commit 6b7db851e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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