/* * call-seq: * dtable.sin -> a_dtable * * Returns of copy of _dtable_ with entry x replaced by sin(x). */ VALUE dtable_sin(VALUE ary) {