WOLFRAM SYSTEM MODELER

Acos

Output the arc cosine of the input

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Math.Acos"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This blocks computes the output y as the cosine-inverse of the input u:

y = acos( u );

The absolute value of the input u need to be less or equal to one (abs( u ) <= 1). Otherwise an error occurs.

acos.png

Connectors (2)

u

Type: RealInput

Description: Connector of Real input signal

y

Type: RealOutput

Description: Connector of Real output signal