Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KTKadyshev
KadyshevKT
Commits
9418a3ca
Commit
9418a3ca
authored
Jun 18, 2022
by
KTKadyshev
Browse files
Upload New File
parent
5398c815
Changes
1
Hide whitespace changes
Inline
Side-by-side
series.cpp
0 → 100644
View file @
9418a3ca
#include
<iostream>
#include
<cmath>
#include
<limits>
#include
<iomanip>
using
namespace
std
;
#include
"functions.h"
int
main
()
{
cout
<<
"
\t
25.02.2022 Kadyshev K
\n\n
"
\
"
\t
(i!) (2i - 1)
\n
"
\
"
\t
(-1) * x
\n
"
\
"
\t
G(x, i) = --------------------
\n
"
\
"
\t
i
\n
"
\
"
\t
x + cos(ix)
\n\n
"
;
ldouble_t
x
=
16
;
int
N
=
0
;
cout
<<
"
\t
x> "
;
cin
>>
x
;
cout
<<
"
\t
N> "
;
cin
>>
N
;
cout
<<
"
\n\n\t
F("
<<
x
<<
", "
<<
N
<<
") = "
<<
F
(
x
,
N
)
<<
"
\n
"
;
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment