From 781058dd11ace6bd17942db2fbfab0a4c44a777a Mon Sep 17 00:00:00 2001 From: Giacomo Alessandroni Date: Wed, 14 Dec 2022 15:34:03 +0100 Subject: [PATCH] Update sqrt.adoc Translate into Italian --- Language/Functions/Math/sqrt.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Language/Functions/Math/sqrt.adoc b/Language/Functions/Math/sqrt.adoc index fbb6940..646851c 100644 --- a/Language/Functions/Math/sqrt.adoc +++ b/Language/Functions/Math/sqrt.adoc @@ -12,27 +12,27 @@ subCategories: [ "Math" ] // OVERVIEW SECTION STARTS -Calculates the square root of a number. +Calcola la radice quadrata di un numero. [#overview] -- [float] -=== Description +=== Descrizione [%hardbreaks] [float] -=== Syntax +=== Sintassi `sqrt(x)` [float] -=== Parameters -`x`: the number, any data type +=== Parametri +`x`: il numero, qualsiasi tipo di dati [float] -=== Returns -The number's square root. (double) +=== Restituisce +La radice quadrata del numero. (double) -- -// OVERVIEW SECTION ENDS \ No newline at end of file +// OVERVIEW SECTION ENDS