Method: AppMath::ArcCos#at

Defined in:
lib/graph.rb

#at(x) ⇒ Object



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