MCPcopy Index your code
hub / github.com/google/earthengine-api / acos

Method acos

python/ee/ee_array.py:118–121  ·  view source on GitHub ↗

Computes the arccosine in radians of the input.

(self)

Source from the content-addressed store, hash-verified

116 )
117
118 def acos(self) -> Array:
119 """Computes the arccosine in radians of the input."""
120
121 return apifunction.ApiFunction.call_(self.name() + '.acos', self)
122
123 def add(self, right: _arg_types.Array) -> Array:
124 """On an element-wise basis, adds the first value to the second.

Callers

nothing calls this directly

Calls 2

nameMethod · 0.95
call_Method · 0.80

Tested by

no test coverage detected