Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
numer-60-2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KANTAPONG SONG-NGAM
numer-60-2
Commits
567a5d72
Commit
567a5d72
authored
Feb 01, 2018
by
KANTAPONG SONG-NGAM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
5c4a092a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
Chapter 03 Numerics and Error Analysis.ipynb
week03/Chapter 03 Numerics and Error Analysis.ipynb
+17
-17
No files found.
week03/Chapter 03 Numerics and Error Analysis.ipynb
View file @
567a5d72
...
@@ -22,20 +22,20 @@
...
@@ -22,20 +22,20 @@
"metadata": {
"metadata": {
"collapsed": true,
"collapsed": true,
"slideshow": {
"slideshow": {
"slide_type": "slide"
"slide_type": "s
ubs
lide"
}
}
},
},
"source": [
"source": [
"# ตัวเลขและความคลาดเคลื่อนในโปรแกรม\n",
"# ตัวเลขและความคลาดเคลื่อนในโปรแกรม\n",
"##
C++
\n",
"##
Java
\n",
"\n",
"\n",
"```c++\n",
"```java\n",
"#include <iostream>\n",
"public class Test {\n",
"using namespace std;\n",
" public static void main(String[] a) {\n",
"main() {\n",
" float x = 1.0;\n",
" float x = 1.0; \n",
" float y = x / 3.0;\n",
" float y = x / 3.0;\n",
" cout << ((x == y * 3.0)?\"\": \"Not\") << \" Equal\" << endl;\n",
" System.out.println( ((x == y * 3.0)?\"\": \"Not\") + \" Equal\" );\n",
" }\n",
"}\n",
"}\n",
"```\n"
"```\n"
]
]
...
@@ -45,20 +45,20 @@
...
@@ -45,20 +45,20 @@
"metadata": {
"metadata": {
"collapsed": true,
"collapsed": true,
"slideshow": {
"slideshow": {
"slide_type": "s
ubs
lide"
"slide_type": "slide"
}
}
},
},
"source": [
"source": [
"# ตัวเลขและความคลาดเคลื่อนในโปรแกรม\n",
"# ตัวเลขและความคลาดเคลื่อนในโปรแกรม\n",
"##
Java
\n",
"##
C++
\n",
"\n",
"\n",
"```java\n",
"```c++\n",
"public class Test {\n",
"#include <iostream>\n",
" public static void main(String[] a) {\n",
"using namespace std;\n",
" float x = 1.0;\n",
"main() {\n",
" float x = 1.0; \n",
" float y = x / 3.0;\n",
" float y = x / 3.0;\n",
" System.out.println( ((x == y * 3.0)?\"\": \"Not\") + \" Equal\" );\n",
" cout << ((x == y * 3.0)?\"\": \"Not\") << \" Equal\" << endl;\n",
" }\n",
"}\n",
"}\n",
"```\n"
"```\n"
]
]
...
@@ -233,7 +233,7 @@
...
@@ -233,7 +233,7 @@
},
},
{
{
"cell_type": "code",
"cell_type": "code",
"execution_count":
15
,
"execution_count":
null
,
"metadata": {
"metadata": {
"slideshow": {
"slideshow": {
"slide_type": "skip"
"slide_type": "skip"
...
...
Write
Preview
Markdown
is supported
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