{ "namespace": "numeric_f64", "type_name": "round", "description": "Returns the nearest integer to a number. Round half-way cases away from 0.0", "components": [ { "namespace": "numeric", "type_name": "numeric_operation" } ], "properties": [ ], "extensions": [ { "namespace": "flow_editor", "type_name": "palette", "extension": { "content": "round", "styles": { "font-family": "Fira Code", "font-size": "12px", "padding": "5px" } } } ] }