-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
2.2.3
-
None
At the moment, these functions cast to `int` somewhere in between, which fails for non-integer arguments (like the bitrate). It would be nice if the cast was to `float`.
- is duplicated by
-
PICARD-2257 Math, trim, replace functions not working with extracted numbers from strings
-
- Closed
-
As noted adding a new set of float funcs would be better. It would not break compatibility with existing scripts in any way while also allowing a transition to float easily for anyone that needs it. And for sure float would be really appreciated (it opens a tons of possibility for editing AcousticBrainz high level data without using substring everywhere as I did).