[Home](https://qb64.com) • [News](../../news.md) • [GitHub](https://github.com/QB64Official/qb64) • [Wiki](wiki.md) • [Samples](../../samples.md) • [InForm](../../inform.md) • [GX](../../gx.md) • [QBjs](../../qbjs.md) • [Community](../../community.md) • [More...](../../more.md) ## SAMPLE: TRIG DEMO ![screenshot.png](img/screenshot.png) ### Author [🐝 STxAxTIC](../stxaxtic.md) ### Description ```text Trivial trigonometry demo. ``` ### QBjs > Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try! * [LOAD "trig-demo.bas"](https://qbjs.org/index.html?src=https://qb64.com/samples/trig-demo/src/trig-demo.bas) * [RUN "trig-demo.bas"](https://qbjs.org/index.html?mode=auto&src=https://qb64.com/samples/trig-demo/src/trig-demo.bas) * [PLAY "trig-demo.bas"](https://qbjs.org/index.html?mode=play&src=https://qb64.com/samples/trig-demo/src/trig-demo.bas) ### File(s) * [trig-demo.bas](src/trig-demo.bas) 🔗 [trigonometry](../trigonometry.md)