slint/tests/cases/expr
crai0 4bb7412460 ChangeLog: Add float.to-fixed and float.to-precision
Add two new float to string conversion methods that mimic
JavaScript's Number.toFixed() and Number.toPrecision().

They are implemented as no_mangle functions similar to the already
existing float to shared string conversion.

Closes #5822
2025-03-18 11:44:28 +01:00
..
abs.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
acos.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
animation_tick.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
arithmetic.slint Prospective CI fix with Rust nightly 2025-01-28 11:37:26 +01:00
asin.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
atan.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
atan2.slint Add Math.atan2 to the inbuilt math function 2024-08-30 09:55:10 +02:00
ceil.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
clamp.slint Math postfix member functions on numbers 2024-08-15 14:52:13 +02:00
comparison.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
cos.slint Math postfix member functions on numbers 2024-08-15 14:52:13 +02:00
debug.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
floor.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
log.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
math.slint Rust: one more fix for computations on big numbers 2025-01-20 16:47:49 +01:00
minmax.slint added min/max support for rem (#6842) 2024-11-20 10:19:28 +00:00
mod.slint Change mod() to always return positive number (#6179) 2024-09-17 11:37:32 +02:00
pow.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
return.slint compiler: perform remove return pass before const propagation 2024-06-19 12:51:47 +02:00
return2.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
return3.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
round.slint Math postfix member functions on numbers 2024-08-15 14:52:13 +02:00
sin.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
sqrt.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
string_concatenation.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
string_template.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
tan.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
to-fixed.slint ChangeLog: Add float.to-fixed and float.to-precision 2025-03-18 11:44:28 +01:00
to-precision.slint ChangeLog: Add float.to-fixed and float.to-precision 2025-03-18 11:44:28 +01:00
tr.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
trigo.slint Add Math.atan2 to the inbuilt math function 2024-08-30 09:55:10 +02:00