371 372 373 374 375
# File 'lib/graph.rb', line 371 def at(x) R.prec = @precLoc y = R.c(x).acos R.prec = @precMem; y end