示例#1
0
Number* Rational::asin(){
    Float* f = new Float((double)(*this));
    return f->asin();
}