Changes between Version 191 and Version 192 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2021-04-12T21:58:53+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v191 v192 1215 1215 <, >, <=, >=, ==:: 1216 1216 comparison operators 1217 asin, atan, atan2, ceil, cos, cosh, exp, floor, log, max, min, random, round, signum, sin, sinh, sqrt, tan, tanh::1217 asin, atan, atan2, ceil, cos, cosh, exp, floor, log, max, min, mod (since r17759), random, round, signum, sin, sinh, sqrt, tan, tanh:: 1218 1218 the usual meaning, [https://download.oracle.com/javase/8/docs/api/java/lang/Math.html details] 1219 1219 cond(b, fst, snd)::