Method: NMath.sec

Defined in:
lib/narray_ext.rb

.sec(x) ⇒ Object



307
308
309
# File 'lib/narray_ext.rb', line 307

def sec x
  1/cos(x)
end