SIN
About the function
Calculates the sine of a time series. Note! The values of the input are in radians.
Syntax
- SIN(t)
| # | Type | Description |
|---|---|---|
| 1 | t | Time series |
Example
Temperature_hour_VV = @SIN(@t('Temperature_hour_raw'))

Calculates the sine of a time series. Note! The values of the input are in radians.
| # | Type | Description |
|---|---|---|
| 1 | t | Time series |
Temperature_hour_VV = @SIN(@t('Temperature_hour_raw'))
