Help for this page

Select Code to Download


  1. or download this
    my $fig_1 = get_numeric_value_from_xml(...);
    my $fig_2 = get_numeric_value_from_xml(...);
    ...
    my $ff = 1.175E-38;
    
    $growth = ( $fig_2 / ($fig_1 + $ff) * 100 ) - 100;