return nc_neg(nc_prodi(nc_log(nc_sum(x,nc_prod(nc_i, nc_sqrt(nc_diff(nc_1,nc_prod(x,x))))))));
return nc_log(nc_sum(x, nc_prod(nc_sqrt(nc_sum(x,nc_1)), nc_sqrt(nc_diff(x,nc_1)))));
return nc_neg(nc_prodi(nc_log(nc_sum(nc_prod(nc_i,x), nc_sqrt(nc_diff(nc_1,nc_prod(x,x)))))));
Small arguments: series expansion, to avoid loss of precision asin(x) = x [1 + (1/6) x^2 [1 + (9/20) x^2 [1 + ...]]]
|x| < 1e-3 =>
|rel. error| < 1e-18 (f), 1e-24, 1e-36 (l)
Docutils System Messages
System Message: ERROR/3 (
<string>
, line 4);
backlink Undefined substitution referenced: "x".
System Message: ERROR/3 (
<string>
, line 4);
backlink Undefined substitution referenced: "rel. error".
return nc_log(nc_sum(nc_sqrt(nc_sum(nc_1,nc_prod(x,x))),x));
Small arguments: series expansion, to avoid loss of precision asinh(x) = x [1 - (1/6) x^2 [1 - (9/20) x^2 [1 - ...]]]
|x| < 1e-3 =>
|rel. error| < 1e-18 (f), 1e-24, 1e-36 (l)
Docutils System Messages
System Message: ERROR/3 (
<string>
, line 4);
backlink Undefined substitution referenced: "x".
System Message: ERROR/3 (
<string>
, line 4);
backlink Undefined substitution referenced: "rel. error".
return nc_prod(nc_i2,nc_log(nc_quot(nc_sum(nc_i,x),nc_diff(nc_i,x))));
Small arguments: series expansion, to avoid loss of precision atan(x) = x [1 - (1/3) x^2 [1 - (3/5) x^2 [1 - ...]]]
|x| < 1e-3 =>
|rel. error| < 1e-18 (f), 1e-24, 1e-36 (l)
Docutils System Messages
System Message: ERROR/3 (
<string>
, line 4);
backlink Undefined substitution referenced: "x".
System Message: ERROR/3 (
<string>
, line 4);
backlink Undefined substitution referenced: "rel. error".
return nc_prod(nc_half,nc_log(nc_quot(nc_sum(nc_1,x),nc_diff(nc_1,x))));
Small arguments: series expansion, to avoid loss of precision atan(x) = x [1 + (1/3) x^2 [1 + (3/5) x^2 [1 + ...]]]
|x| < 1e-3 =>
|rel. error| < 1e-18 (f), 1e-24, 1e-36 (l)
Docutils System Messages
System Message: ERROR/3 (
<string>
, line 4);
backlink Undefined substitution referenced: "x".
System Message: ERROR/3 (
<string>
, line 4);
backlink Undefined substitution referenced: "rel. error".