Method: AppMath::C#tan

Defined in:
lib/cnum.rb

#tanObject

Tangent.



339
340
341
# File 'lib/cnum.rb', line 339

def tan
  sin / cos
end