The sine function.
(Interval::PI/6).sin # => Interval[0.5, 0.5]
232 233 234
# File 'lib/interval.rb', line 232 def sin # implemented below end