arccos function
(Shortest import: from brian2 import arccos)
-
brian2.units.unitsafefunctions.arccos(x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature, extobj])
Trigonometric inverse cosine, element-wise.
The inverse of cos()
so that, if y = cos(x)
, then x = arccos(y)
.