Skip to content

Commit

Permalink
take pod marker out of math/sin.json
Browse files Browse the repository at this point in the history
there should be an alert about this somewhere...
  • Loading branch information
thacuber2a03 authored Mar 28, 2024
1 parent 94d22aa commit 3662145
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions math/sin.json
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."}]}

0 comments on commit 3662145

Please sign in to comment.