-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Picotron-Software-Developers/fix-formatting
Fix formatting on documents to make them readable
- Loading branch information
Showing
7 changed files
with
30 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ | |
"type" : "wiki_ref", | ||
"ref" : "help_topics", | ||
"text" : "Browse Help Topics" | ||
}, | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
--[[pod_format="raw",created="2024-03-19 20:30:36",modified="2024-03-22 20:48:23",revision=79]] | ||
|
||
{ | ||
"metadata" : { | ||
"page_title" : "atan()", | ||
"version" : "0.2", | ||
{ | ||
"metadata" : { | ||
"page_title" : "atan()", | ||
"version" : "0.2", | ||
"authors" : ["kravohi"] | ||
}, | ||
"elements" : [ | ||
{ | ||
"type" : "snippet", | ||
"text" : "atan2(dx, dy)" | ||
}, | ||
{ | ||
"type" : "label", | ||
"text" : "Returns the arctangent of dy/dx." }, | ||
{ | ||
"type" : "label", | ||
}, | ||
"elements" : [ | ||
{ | ||
"type" : "snippet", | ||
"text" : "atan2(dx, dy)" | ||
}, | ||
{ | ||
"type" : "label", | ||
"text" : "Returns the arctangent of dy/dx." | ||
}, | ||
{ | ||
"type" : "label", | ||
"text" : "atan2(1, 0) = 0.0\natan2(0, -1) = 0.25\natan2(-1, -.1) = 0.4841...\natan2(-1, 0) = -0.5\natan2(-1, .1) = -0.4841...\natan2(0, 1) = -0.25" | ||
}, | ||
{ | ||
"type" : "label", | ||
"text" : "A way to think about it ->\n atan2() returns the angle to a position,\n projected from the position (0, 0)." | ||
}, | ||
{ | ||
"type" : "label", | ||
"text" : "Here is a mathmaitcal equivalency if that helps.\na = atan2(cos(a), sin(a))" | ||
}, | ||
{ | ||
"type" : "label", | ||
"text" : "A way to think about it ->\n atan2() returns the angle to a position,\n projected from the position (0, 0)." | ||
}, | ||
{ | ||
"type" : "label", | ||
"text" : "Here is a mathmaitcal equivalency if that helps.\na = atan2(cos(a), sin(a))" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,6 @@ | |
"type" : "wiki_ref", | ||
"ref" : "graphics/spr", | ||
"text" : "spr()" | ||
}, | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters