/* 1 1 arc sine */ double nf_asin(const Node *n, const Cell *c) { return asin( eval_tree( Right(n), c) ); }