From 57345d78537c1e2b94668c3d333965445196731c Mon Sep 17 00:00:00 2001 From: Sriparno Roy Date: Fri, 23 May 2025 13:16:28 +0530 Subject: [PATCH] [Edit] PHP: sin() --- content/php/concepts/math-functions/terms/sin/sin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/php/concepts/math-functions/terms/sin/sin.md b/content/php/concepts/math-functions/terms/sin/sin.md index 613ec87907c..202234aff88 100644 --- a/content/php/concepts/math-functions/terms/sin/sin.md +++ b/content/php/concepts/math-functions/terms/sin/sin.md @@ -1,6 +1,6 @@ --- Title: 'sin()' -Description: 'Returns the sine of a given angle.' +Description: 'Computes the sine trigonometric function of an angle expressed in radians.' Subjects: - 'Computer Science' - 'Web Development'