Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dr. Martin Goik
GoikLectures
Commits
1c94b441
Commit
1c94b441
authored
Jul 08, 2020
by
Dr. Martin Goik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing data line
parent
3ae2471b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Doc/Sd1/coreClasses.xml
Doc/Sd1/coreClasses.xml
+4
-2
No files found.
Doc/Sd1/coreClasses.xml
View file @
1c94b441
...
...
@@ -1159,7 +1159,8 @@ public class CircleAreaCalculator {
+ "24219022671055626321111109370544217506941658960408"
+ "07198403850962455444362981230987879927244284909188"
+ "84580156166097919133875499200524063689912560717606"
+ "05886116467109405077541002256983155200055935729725";
+ "05886116467109405077541002256983155200055935729725"
+ "71636269561882670428252483600823257530420752963450";
final int NUM_OF_DIGITS = 13; // The intended number of adjacent digits
...
...
@@ -1184,7 +1185,8 @@ public class CircleAreaCalculator {
xlink:href=
"https://docs.oracle.com/javase/10/docs/api/java/lang/String.html#charAt(int)"
>
charAt(int
index)
</methodname>
allows us to access each character within our
string individually. We need to write a method which converts a
digit like '4' to the value 4. Remember: The Unicode value of e.g.
digit like '4' to the value 4. Remember: The
<productname>
Unicode
</productname>
value of
<abbrev>
e.g.
</abbrev>
character '4' equals its ASCII value which is just 52. Thus we
need a translation like:
</para>
...
...
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