Trig. Function Calculator

Here we used the DART language (compiled to javascript) to create trig fucntions.

  • DART two way binding.
  • Slider control of accuracy.
  • User types in degrees and DART required radians.
Launch App

Deg. to Rad Converter

Here we have the user type in the anlge in degrees and convert to radians. Demonstrates how to implement more advanced algorithms and use existing javascript libraries in DART.

  • DART variable binding.
  • Reducing of fractions implementation.
  • MathJax implementation for display.
Launch App

Unit Circle