mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
This is consistent to the Rust/C++ behavior Even if this depart from the JS behavior Also replace the function with a Macro As discussed in https://github.com/slint-ui/slint/issues/9651#issuecomment-3376318439 |
||
|---|---|---|
| .. | ||
| abs.slint | ||
| acos.slint | ||
| animation_tick.slint | ||
| arithmetic.slint | ||
| asin.slint | ||
| atan.slint | ||
| atan2.slint | ||
| ceil.slint | ||
| clamp.slint | ||
| comparison.slint | ||
| cos.slint | ||
| debug.slint | ||
| exp.slint | ||
| floor.slint | ||
| let.slint | ||
| ln.slint | ||
| log.slint | ||
| math.slint | ||
| minmax.slint | ||
| mod.slint | ||
| pow.slint | ||
| return.slint | ||
| return2.slint | ||
| return3.slint | ||
| round.slint | ||
| sign.slint | ||
| sin.slint | ||
| sqrt.slint | ||
| string_concatenation.slint | ||
| string_template.slint | ||
| tan.slint | ||
| to-fixed.slint | ||
| to-precision.slint | ||
| tr.slint | ||
| trigo.slint | ||