utils/parse_numeric_input library

Parse numeric input utility function. Copyright (C) 2025, Software Innovation Institute, ANU

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://www.gnu.org/licenses/gpl-3.0.en.html

Authors: Ashley Tang

Functions

parseNumericInput(double value) String
Rounds a double value to the nearest integer for display purposes. If the value is null, it returns '0'.