-
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.
take pod marker out of
math/sin.json
there should be an alert about this somewhere...
- Loading branch information
1 parent
94d22aa
commit 3662145
Showing
1 changed file
with
1 addition
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
--[[pod_format="raw",created="2024-03-26 15:01:10",modified="2024-03-26 15:01:10",revision=0]] | ||
{"metadata":{"authors":["kravohi","Hessery"],"page_title":"sin()","version":"0.2"},"elements":[{"type":"snippet","text":"sin(\n x -- angle\n)"},{"type":"label","text":"From a given angle, the sin() function returns\nthe inverted value of what a classical sine\nfunction would give. Angles in picotron are\nmessured as a range of 0.0-1.0 counter-clockwize\naround a unit circle. (0.0 being to the right)"},{"type":"label","text":"sin(0.0) = 0.0\nsin(0.125) = -0.7071...\nsin(0.25) = -1.0\nsin(0.375) = -0.7071...\nsin(0.5) = 0.0\nsin(0.625) = 0.7071...\nsin(0.75) = 1.0\nsin(0.875) = 0.7071..."},{"type":"label","text":"The invertion of the classical sine is usefull\nsince picotron uses inverted screen coordinates.\n(0, 0) being the top left.\n(480, 270) being bottom right."}]} | ||
{"metadata":{"authors":["kravohi","Hessery"],"page_title":"sin()","version":"0.2"},"elements":[{"type":"snippet","text":"sin(\n x -- angle\n)"},{"type":"label","text":"From a given angle, the sin() function returns\nthe inverted value of what a classical sine\nfunction would give. Angles in picotron are\nmessured as a range of 0.0-1.0 counter-clockwize\naround a unit circle. (0.0 being to the right)"},{"type":"label","text":"sin(0.0) = 0.0\nsin(0.125) = -0.7071...\nsin(0.25) = -1.0\nsin(0.375) = -0.7071...\nsin(0.5) = 0.0\nsin(0.625) = 0.7071...\nsin(0.75) = 1.0\nsin(0.875) = 0.7071..."},{"type":"label","text":"The invertion of the classical sine is usefull\nsince picotron uses inverted screen coordinates.\n(0, 0) being the top left.\n(480, 270) being bottom right."}]} |