Sha256: 80580625617c0610f94c04ba0aaf51c77d3a83e5bd168d62c3e6b8a312172c13
Contents?: true
Size: 235 Bytes
Versions: 11
Compression:
Stored size: 235 Bytes
Contents
module Dydx module Algebra module Set class Tan < Base attr_accessor :x def initialize(x) @x = x end def to_s "tan( #{x.to_s} )" end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems