Live data from Hacker News

Show HN: Trigonoparty – JavaScript trigonometry visualization

ramesaliyev.com

21–30 of 33 posts

Re: Show HN: Trigonoparty – JavaScript trigonometry visualization

#21

Wow...I never actually knew the significance of secant and cosecant, or how tangent/cotangents' lengths were related to the unit circle and right triangle. I knew the formulas to calculate them, but not really what they truly meant. (Also, my username is relevant)

Really happy to see that trigonoparty lights up things for you! :)

Re: Show HN: Trigonoparty – JavaScript trigonometry visualization

#22

This is awesome! Just a few days ago, as part of my schoolwork, I made this: https://www.geogebra.org/m/xcfev76v The color schemes we used are similar, I kind of copied mine from this image on Wikipedia: https://en.wikipedia.org/wiki/Trigonometric_functions#/media... I wonder if the author of this site did the same? What would be REALLY cool would be a connection between this diagram and the graphs of the functions:…

I couldnt see your work, it says 'unauthorized', maybe you didnt make it public?

Actually i totaly go random with colors but its nice coincidence :) I really like it!

And about graphs of functions; yes! arriu suggested the same below, and this graphic from wikipedia is a good reference point for me, thanks! I have an idea to how to visualize graph of functions from unit circle to make it simple to understand! Will start to work on it in next week i hope.

Thanks for great suggestion, and if you make your work public i really would want to see it!

Re: Show HN: Trigonoparty – JavaScript trigonometry visualization

#23

This is awesome! Just a few days ago, as part of my schoolwork, I made this: https://www.geogebra.org/m/xcfev76v The color schemes we used are similar, I kind of copied mine from this image on Wikipedia: https://en.wikipedia.org/wiki/Trigonometric_functions#/media... I wonder if the author of this site did the same? What would be REALLY cool would be a connection between this diagram and the graphs of the functions:…

I couldnt see your work, it says 'unauthorized', maybe you didnt make it public? Actually i totaly go random with colors but its nice coincidence :) I really like it! And about graphs of functions; yes! arriu suggested the same below, and this graphic from wikipedia is a good reference point for me, thanks! I have an idea to how to visualize graph of functions from unit circle to make it simple to understand! Will st…

You're right, it was set as private but it's fixed now :)

Re: Show HN: Trigonoparty – JavaScript trigonometry visualization

#24
For some mental fun, try these values for the angle and see what observations you can make about the results:

76.34541

126.869896

137.50777

However, I find it a bit bothersome that the input field doesn't properly accept floats, and the floats get rounded unnecessarily. Please don't do that, or have an option to customize it.

Also, you miss the more obscure trigonometry values:

http://datagenetics.com/blog/march22017/index.html

Namely, to quote from the above page:

Versine, Vercosine, Coversine, Covercosine, Exsecant, Excosecant, Haversince, Havercosine, Hacoversine, Hacovercosine

You might also wish to expand this by adding, in addition to the already shown degrees & radians, the following angle measures:

* Gradian * Turns * Arcminutes/Arcseconds

Re: Show HN: Trigonoparty – JavaScript trigonometry visualization

#25

For some mental fun, try these values for the angle and see what observations you can make about the results: 76.34541 126.869896 137.50777 However, I find it a bit bothersome that the input field doesn't properly accept floats, and the floats get rounded unnecessarily. Please don't do that, or have an option to customize it. Also, you miss the more obscure trigonometry values: http://datagenetics.com/blog/march22017…

They're golden angles! https://link.springer.com/content/pdf/10.1007%2Fs00004-015-0...

Well the last one is. The significance of the other two angles, in OPs diagram, is unclear to me.

Re: Show HN: Trigonoparty – JavaScript trigonometry visualization

#27

Earlier quoted context omitted.

I couldnt see your work, it says 'unauthorized', maybe you didnt make it public? Actually i totaly go random with colors but its nice coincidence :) I really like it! And about graphs of functions; yes! arriu suggested the same below, and this graphic from wikipedia is a good reference point for me, thanks! I have an idea to how to visualize graph of functions from unit circle to make it simple to understand! Will st…

You're right, it was set as private but it's fixed now :)

Your work is absolutely briliant and gave me idea to draw theta angle like you did! Also i'm gonna include an option to draw values of lines in canvas.

Re: Show HN: Trigonoparty – JavaScript trigonometry visualization

#28

For some mental fun, try these values for the angle and see what observations you can make about the results: 76.34541 126.869896 137.50777 However, I find it a bit bothersome that the input field doesn't properly accept floats, and the floats get rounded unnecessarily. Please don't do that, or have an option to customize it. Also, you miss the more obscure trigonometry values: http://datagenetics.com/blog/march22017…

You're right! I've added a new section named 'general options' and 'rounding numbers' option under it to you can disable rounding. I hope it helps, if not please tell.

And thanks about other great suggestions, those are really interesting. I'll check and try to bring them into party!

Post reply on HN