Deglut is a fast math module that does sin and cos for integer degrees

Methods:-

# Returns sine from integer degree input (uses look up table)
DegLut.sin(deg)
# Returns cosine from integer degree input (uses look up table)
DegLut.cos(deg)

Example Usages: Analog Clock, Function Grapher