From 979229e7bfe1d096002ccbb0dd19c31819509f2f Mon Sep 17 00:00:00 2001 From: Giacomo Alessandroni Date: Wed, 14 Dec 2022 15:30:28 +0100 Subject: [PATCH] Update sq.adoc Translate into Italian --- Language/Functions/Math/sq.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Language/Functions/Math/sq.adoc b/Language/Functions/Math/sq.adoc index 759fec4..92e0f76 100644 --- a/Language/Functions/Math/sq.adoc +++ b/Language/Functions/Math/sq.adoc @@ -16,23 +16,23 @@ subCategories: [ "Math" ] -- [float] -=== Description -Calculates the square of a number: the number multiplied by itself. +=== Descrizione +Calcola il quadrato di un numero: il numero moltiplicato per se stesso. [%hardbreaks] [float] -=== Syntax +=== Sintassi `sq(x)` [float] -=== Parameters -`x`: the number, any data type +=== Parametri +`x`: il numero, qualsiasi tipo [float] -=== Returns -The square of the number. (double) +=== Restituisce +Il quadrato del numero. (double) -- -// OVERVIEW SECTION ENDS \ No newline at end of file +// OVERVIEW SECTION ENDS