From f885e30221768c1bfb5175b52ec2925d30630bfe Mon Sep 17 00:00:00 2001 From: SayoojCS <72204368+SayoojCS@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:27:28 +0530 Subject: [PATCH] Update cosine.cpp --- cosine.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cosine.cpp b/cosine.cpp index 476324d..81fefe8 100644 --- a/cosine.cpp +++ b/cosine.cpp @@ -21,8 +21,11 @@ int main() { t=t*(-1)*x*x/(2*i*(2*i-1)); sum=sum+t; + + } cout<<" The value of Cos("<