Skip to content

Commit

Permalink
docs-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mespotine committed Jul 2, 2023
1 parent 2b23684 commit a324b2e
Show file tree
Hide file tree
Showing 3 changed files with 636 additions and 629 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41319,7 +41319,7 @@
<description indent="default">
Returns the arc tangent of the numerator divided by the denominator, allowing the denominator to be 0, and using their signs to produce a more meaningful result.
</description>
<revals>
<retvals>
float arc_tangent - the arc-tangent
</retvals>
<parameters>
Expand Down Expand Up @@ -44940,7 +44940,7 @@
A=0; // set A to 0

// while A is still less than 10, add 1 to A
while(A<10)(
while(A < 10)(
A=A+1;
);
</code></pre>
Expand Down
Loading

0 comments on commit a324b2e

Please sign in to comment.