Exemple #1
0
 static RCP<const Basic> diff(const ASin &self,
         const RCP<const Symbol> &x) {
     return mul(div(one, sqrt(sub(one, pow(self.get_arg(), i2)))),
             self.get_arg()->diff(x));
 }
Exemple #2
0
 void bvisit(const ASin &x) {
     apply(result_, *(x.get_arg()));
     mpfr_asin(result_, result_, rnd_);
 }