Watchface Builder Wiki

Ultimate Watchface Builder

User Tools

Site Tools


tags

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tags [2016/02/28 15:17]
Wearable Software
tags [2016/02/28 15:22]
Wearable Software [Functions]
Line 139: Line 139:
 |wfeci|Forecast Day 5 Condition Icon|1| |wfeci|Forecast Day 5 Condition Icon|1|
  
-===== Functions =====+===== Mathematical Functions ===== 
 +You can also use mathematical functions for your expression. These expressions are supported:
  
       * abs: absolute value       * abs: absolute value
-      acos: arc cosine +      * acos: arc cosine 
-      asin: arc sine +      * asin: arc sine 
-      atan: arc tangent +      * atan: arc tangent 
-      cbrt: cubic root +      * cbrt: cubic root 
-      ceil: nearest upper integer +      * ceil: nearest upper integer 
-      cos: cosine +      * cos: cosine 
-      cosh: hyperbolic cosine +      * cosh: hyperbolic cosine 
-      exp: euler's number raised to the power (e^x) +      * exp: euler's number raised to the power (e^x) 
-      floor: nearest lower integer +      * floor: nearest lower integer 
-      log: logarithmus naturalis (base e) +      * log: logarithmus naturalis (base e) 
-      log10: logarithm (base 10) +      * log10: logarithm (base 10) 
-      log2: logarithm (base 2) +      * log2: logarithm (base 2) 
-      sin: sine +      * sin: sine 
-      sinh: hyperbolic sine +      * sinh: hyperbolic sine 
-      sqrt: square root +      * sqrt: square root 
-      tan: tangent +      * tan: tangent 
-      tanh: hyperbolic tangent +      * tanh: hyperbolic tangent
  
 +==== Example ====
 +<code>ceil({wct})</code>
 +Returns the integer value for the current temperature
  
  
tags.txt · Last modified: 2021/02/17 21:40 (external edit)