MCPcopy
hub / github.com/pydata/xarray / sin

Method sin

xarray/tests/test_ufuncs.py:189–190  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

187
188 @staticmethod
189 def sin(x):
190 return np.sin(x)
191
192 @staticmethod
193 def add(x, y):

Callers 15

setUpMethod · 0.80
setUpMethod · 0.80
test_univariate_ufuncMethod · 0.80
test_ufuncsMethod · 0.80
get_example_dataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected