This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tags [2016/02/28 15:22] Wearable Software [Functions] |
tags [2021/02/17 21:40] (current) |
||
|---|---|---|---|
| Line 139: | Line 139: | ||
| |wfeci|Forecast Day 5 Condition Icon|1| | |wfeci|Forecast Day 5 Condition Icon|1| | ||
| - | ===== Mathematical Functions ===== | ||
| - | You can also use mathematical functions for your expression. These expressions are supported: | ||
| - | * abs: absolute value | ||
| - | * acos: arc cosine | ||
| - | * asin: arc sine | ||
| - | * atan: arc tangent | ||
| - | * cbrt: cubic root | ||
| - | * ceil: nearest upper integer | ||
| - | * cos: cosine | ||
| - | * cosh: hyperbolic cosine | ||
| - | * exp: euler' | ||
| - | * floor: nearest lower integer | ||
| - | * log: logarithmus naturalis (base e) | ||
| - | * log10: logarithm (base 10) | ||
| - | * log2: logarithm (base 2) | ||
| - | * sin: sine | ||
| - | * sinh: hyperbolic sine | ||
| - | * sqrt: square root | ||
| - | * tan: tangent | ||
| - | * tanh: hyperbolic tangent | ||
| - | |||
| - | ==== Example ==== | ||
| - | < | ||
| - | Returns the integer value for the current temperature | ||