yeyicheng

Untitled

Apr 21st, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module Trig
  2.    PI = 3.141592654
  3.    
  4.    def Trig.sin(x)
  5.    # ..
  6.    end
  7.    
  8.    def Trig.cos(x)
  9.    # ..
  10.    end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment