Function freya::prelude::run_calculations  
pub fn run_calculations(
    calcs: &[DynamicCalculation],
    parent_value: f32,
    root_value: f32,
) -> Option<f32>Expand description
Calculate dynamic expression with operator precedence. This value could be for example the width of a node’s parent area.