Exponentiation & Logarithm Components

Exponentiation & Logarithm Components

exp(x)
log(x)

exp(x)

Description

The component calculates the value of e (the base of natural logarithms) raised to power input value and shifts the result to the output.

Features

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = eInput

Location

Floating Point -> Arithmetic -> Exponentiation & Logarithms -> exp(x)

log(x)

Description

The component calculates the natural logarithm of input value and shifts the result to the output.

Features

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = log(Input)

Location

Floating Point -> Arithmetic -> Exponentiation & Logarithms -> log(x)

KDE Logo