deepalgo_il 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +21 -0
- data/README.md +47 -0
- data/Rakefile +8 -0
- data/bin/console +15 -0
- data/bin/setup +8 -0
- data/deepalgo_il.gemspec +37 -0
- data/lib/backend_manager.rb +300 -0
- data/lib/deepalgo_il.rb +27 -0
- data/lib/deepalgo_il/version.rb +5 -0
- data/lib/il_parser.treetop +220 -0
- data/lib/logging.rb +13 -0
- data/lib/parser.rb +32 -0
- data/log +37990 -0
- data/tests/clean_formula_tex_concern.rb +176 -0
- data/tests/test_big_formula/formula-100.inter +1 -0
- data/tests/test_big_formula/formula-100.raw +1 -0
- data/tests/test_big_formula/formula-100.tex +1 -0
- data/tests/test_big_formula/formula-100_pre.tex +1 -0
- data/tests/test_big_formula/formula_no_color-100.tex +1 -0
- data/tests/test_conditions_for_formula_in_full_app/formula-100.inter +1 -0
- data/tests/test_conditions_for_formula_in_full_app/formula-100.raw +1 -0
- data/tests/test_conditions_for_formula_in_full_app/formula-100.tex +1 -0
- data/tests/test_conditions_for_formula_in_full_app/formula-100_pre.tex +1 -0
- data/tests/test_conditions_for_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_conditions_management_whith_multiple_possible_states/formula-100.inter +1 -0
- data/tests/test_conditions_management_whith_multiple_possible_states/formula-100.raw +1 -0
- data/tests/test_conditions_management_whith_multiple_possible_states/formula-100.tex +1 -0
- data/tests/test_conditions_management_whith_multiple_possible_states/formula-100_pre.tex +1 -0
- data/tests/test_conditions_management_whith_multiple_possible_states/formula_no_color-100.tex +1 -0
- data/tests/test_formula_in_ebee/formula-100.inter +1 -0
- data/tests/test_formula_in_ebee/formula-100.raw +1 -0
- data/tests/test_formula_in_ebee/formula-100.tex +1 -0
- data/tests/test_formula_in_ebee/formula-100_pre.tex +1 -0
- data/tests/test_formula_in_ebee/formula_no_color-100.tex +1 -0
- data/tests/test_formula_in_ebee2/formula-100.inter +1 -0
- data/tests/test_formula_in_ebee2/formula-100.raw +1 -0
- data/tests/test_formula_in_ebee2/formula-100.tex +1 -0
- data/tests/test_formula_in_ebee2/formula-100_pre.tex +1 -0
- data/tests/test_formula_in_ebee2/formula_no_color-100.tex +1 -0
- data/tests/test_formula_in_full_app/formula-100.inter +1 -0
- data/tests/test_formula_in_full_app/formula-100.raw +1 -0
- data/tests/test_formula_in_full_app/formula-100.tex +1 -0
- data/tests/test_formula_in_full_app/formula-100_pre.tex +1 -0
- data/tests/test_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_formula_is_perfect_number/formula-100.inter +1 -0
- data/tests/test_formula_is_perfect_number/formula-100.raw +1 -0
- data/tests/test_formula_is_perfect_number/formula-100.tex +1 -0
- data/tests/test_formula_is_perfect_number/formula-100_pre.tex +1 -0
- data/tests/test_formula_is_perfect_number/formula_no_color-100.tex +1 -0
- data/tests/test_formula_projet_fred/formula-100.inter +1 -0
- data/tests/test_formula_projet_fred/formula-100.raw +1 -0
- data/tests/test_formula_projet_fred/formula-100.tex +1 -0
- data/tests/test_formula_projet_fred/formula-100_pre.tex +1 -0
- data/tests/test_formula_projet_fred/formula_no_color-100.tex +1 -0
- data/tests/test_formula_substitution/formula-100.inter +1 -0
- data/tests/test_formula_substitution/formula-100.raw +1 -0
- data/tests/test_formula_substitution/formula-100.tex +1 -0
- data/tests/test_formula_substitution/formula-100_pre.tex +1 -0
- data/tests/test_formula_substitution/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_2_subsequent_loops/formula-100.inter +1 -0
- data/tests/test_formula_with_2_subsequent_loops/formula-100.raw +1 -0
- data/tests/test_formula_with_2_subsequent_loops/formula-100.tex +1 -0
- data/tests/test_formula_with_2_subsequent_loops/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_2_subsequent_loops/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_3_loops/formula-100.inter +1 -0
- data/tests/test_formula_with_3_loops/formula-100.raw +1 -0
- data/tests/test_formula_with_3_loops/formula-100.tex +1 -0
- data/tests/test_formula_with_3_loops/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_3_loops/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_3_loops_and_reinitialization/formula-100.inter +1 -0
- data/tests/test_formula_with_3_loops_and_reinitialization/formula-100.raw +1 -0
- data/tests/test_formula_with_3_loops_and_reinitialization/formula-100.tex +1 -0
- data/tests/test_formula_with_3_loops_and_reinitialization/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_3_loops_and_reinitialization/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_3_loops_in_loop/formula-100.inter +1 -0
- data/tests/test_formula_with_3_loops_in_loop/formula-100.raw +1 -0
- data/tests/test_formula_with_3_loops_in_loop/formula-100.tex +1 -0
- data/tests/test_formula_with_3_loops_in_loop/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_3_loops_in_loop/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_ambiguous_substitution/formula-100.inter +1 -0
- data/tests/test_formula_with_ambiguous_substitution/formula-100.raw +1 -0
- data/tests/test_formula_with_ambiguous_substitution/formula-100.tex +1 -0
- data/tests/test_formula_with_ambiguous_substitution/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_ambiguous_substitution/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_array_as_properties/formula-100.inter +1 -0
- data/tests/test_formula_with_array_as_properties/formula-100.raw +1 -0
- data/tests/test_formula_with_array_as_properties/formula-100.tex +1 -0
- data/tests/test_formula_with_array_as_properties/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_array_as_properties/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_bound_return/formula-100.inter +1 -0
- data/tests/test_formula_with_bound_return/formula-100.raw +1 -0
- data/tests/test_formula_with_bound_return/formula-100.tex +1 -0
- data/tests/test_formula_with_bound_return/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_bound_return/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions/formula-100.inter +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions/formula-100.raw +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions/formula-100.tex +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.inter +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.raw +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.tex +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.inter +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.raw +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.tex +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.inter +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.raw +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.tex +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_different_states_in_properties/formula-100.inter +1 -0
- data/tests/test_formula_with_different_states_in_properties/formula-100.raw +1 -0
- data/tests/test_formula_with_different_states_in_properties/formula-100.tex +1 -0
- data/tests/test_formula_with_different_states_in_properties/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_factorial_reccursion/formula-100.inter +1 -0
- data/tests/test_formula_with_factorial_reccursion/formula-100.raw +1 -0
- data/tests/test_formula_with_factorial_reccursion/formula-100.tex +1 -0
- data/tests/test_formula_with_factorial_reccursion/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_factorial_reccursion/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_for_loop_multiple_assignation/formula-100.inter +1 -0
- data/tests/test_formula_with_for_loop_multiple_assignation/formula-100.raw +1 -0
- data/tests/test_formula_with_for_loop_multiple_assignation/formula-100.tex +1 -0
- data/tests/test_formula_with_for_loop_multiple_assignation/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_for_loop_multiple_assignation/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_initial_value/#formula-100.raw# +1 -0
- data/tests/test_formula_with_initial_value/formula-100.inter +1 -0
- data/tests/test_formula_with_initial_value/formula-100.raw +1 -0
- data/tests/test_formula_with_initial_value/formula-100.tex +1 -0
- data/tests/test_formula_with_initial_value/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_initial_value/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_array/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_array/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_array/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_array/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_array/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_collection/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_collection/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_collection/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_collection/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_collection/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_collection_on_objects/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_collection_on_objects/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_collection_on_objects/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_collection_on_objects/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_collection_on_objects/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_div/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_div/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_div/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_div/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_div/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_ext_call/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_ext_call/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_ext_call/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_ext_call/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_ext_call/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_prod/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_prod/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_prod/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_prod/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_prod/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_subst/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_subst/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_subst/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_subst/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_subst/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_sum/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_sum/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_sum/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_sum/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_sum/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_while/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_while/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_while/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_while/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_while/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_while_break/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_while_break/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_while_break/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_while_break/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_while_break/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_loop_with_while_return/formula-100.inter +1 -0
- data/tests/test_formula_with_loop_with_while_return/formula-100.raw +1 -0
- data/tests/test_formula_with_loop_with_while_return/formula-100.tex +1 -0
- data/tests/test_formula_with_loop_with_while_return/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_loop_with_while_return/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_assignation/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_assignation/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_assignation/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_if/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_assignation_if/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_assignation_if/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_if/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_if/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_in_loop/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_assignation_in_loop/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_assignation_in_loop/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_in_loop/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_in_loop/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_no_if/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_assignation_no_if/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_assignation_no_if/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_no_if/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_no_if/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_with_false_if/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_assignation_with_false_if/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_assignation_with_false_if/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_with_false_if/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_with_false_if/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_with_true_if/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_assignation_with_true_if/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_assignation_with_true_if/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_with_true_if/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_assignation_with_true_if/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_call_to_same_func/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_call_to_same_func/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_call_to_same_func/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_call_to_same_func/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_call_to_same_func/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_operations/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_operations/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_operations/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_operations/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_operations/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_references/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_references/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_references/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_references/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_references/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_return/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_return/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_return/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_return/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_return/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.inter +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.raw +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_non_impacting_conditions/formula-100.inter +1 -0
- data/tests/test_formula_with_non_impacting_conditions/formula-100.raw +1 -0
- data/tests/test_formula_with_non_impacting_conditions/formula-100.tex +1 -0
- data/tests/test_formula_with_non_impacting_conditions/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_non_impacting_conditions/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_object_properties/formula-100.inter +1 -0
- data/tests/test_formula_with_object_properties/formula-100.raw +1 -0
- data/tests/test_formula_with_object_properties/formula-100.tex +1 -0
- data/tests/test_formula_with_object_properties/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_object_properties/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_paren/formula-100.inter +1 -0
- data/tests/test_formula_with_paren/formula-100.raw +1 -0
- data/tests/test_formula_with_paren/formula-100.tex +1 -0
- data/tests/test_formula_with_paren/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_paren/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_reference_in_ctor/formula-100.inter +1 -0
- data/tests/test_formula_with_reference_in_ctor/formula-100.raw +1 -0
- data/tests/test_formula_with_reference_in_ctor/formula-100.tex +1 -0
- data/tests/test_formula_with_reference_in_ctor/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_reference_in_ctor/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.inter +1 -0
- data/tests/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.raw +1 -0
- data/tests/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.tex +1 -0
- data/tests/test_formula_with_reference_in_ctor_with_called_ctor/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula-100.inter +1 -0
- data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula-100.raw +1 -0
- data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula-100.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_in_loop/formula-100.inter +1 -0
- data/tests/test_formula_with_reinint_assignation_in_loop/formula-100.raw +1 -0
- data/tests/test_formula_with_reinint_assignation_in_loop/formula-100.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_in_loop/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_in_loop/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula-100.inter +1 -0
- data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula-100.raw +1 -0
- data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula-100.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula-100.inter +1 -0
- data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula-100.raw +1 -0
- data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula-100.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_return_array_as_properties/formula-100.inter +1 -0
- data/tests/test_formula_with_return_array_as_properties/formula-100.raw +1 -0
- data/tests/test_formula_with_return_array_as_properties/formula-100.tex +1 -0
- data/tests/test_formula_with_return_array_as_properties/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_return_string_as_properties/formula-100.inter +1 -0
- data/tests/test_formula_with_return_string_as_properties/formula-100.raw +1 -0
- data/tests/test_formula_with_return_string_as_properties/formula-100.tex +1 -0
- data/tests/test_formula_with_return_string_as_properties/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_return_string_as_properties/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_unbound_call_in_assign/formula-100.inter +1 -0
- data/tests/test_formula_with_unbound_call_in_assign/formula-100.raw +1 -0
- data/tests/test_formula_with_unbound_call_in_assign/formula-100.tex +1 -0
- data/tests/test_formula_with_unbound_call_in_assign/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_unbound_call_in_assign/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_unused_condition/formula-100.inter +1 -0
- data/tests/test_formula_with_unused_condition/formula-100.raw +1 -0
- data/tests/test_formula_with_unused_condition/formula-100.tex +1 -0
- data/tests/test_formula_with_unused_condition/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_unused_condition/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_while_loop_multiple_assignation/formula-100.inter +1 -0
- data/tests/test_formula_with_while_loop_multiple_assignation/formula-100.raw +1 -0
- data/tests/test_formula_with_while_loop_multiple_assignation/formula-100.tex +1 -0
- data/tests/test_formula_with_while_loop_multiple_assignation/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_while_loop_multiple_assignation/formula_no_color-100.tex +1 -0
- data/tests/test_formula_with_while_loop_multiple_assignation/test_formula_with_for_loop_multiple_assignation/formula-100.raw +1 -0
- data/tests/test_formula_with_while_loop_multiple_assignation/test_formula_with_for_loop_multiple_assignation/formula-100.tex +1 -0
- data/tests/test_formula_with_while_to_for_loop/formula-100.inter +1 -0
- data/tests/test_formula_with_while_to_for_loop/formula-100.raw +1 -0
- data/tests/test_formula_with_while_to_for_loop/formula-100.tex +1 -0
- data/tests/test_formula_with_while_to_for_loop/formula-100_pre.tex +1 -0
- data/tests/test_formula_with_while_to_for_loop_with_break/formula-100.inter +1 -0
- data/tests/test_formula_with_while_to_for_loop_with_break/formula-100.raw +1 -0
- data/tests/test_formula_with_while_to_for_loop_with_break/formula-100.tex +1 -0
- data/tests/test_formula_with_while_to_for_loop_with_break/formula-100_pre.tex +1 -0
- data/tests/test_isFlush_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_isFourOfAKind_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_isFullHouse_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_isOnePair_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_isStraightFlush_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_isStraight_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_isThreeOfAKind_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_isTwoPairs_formula_in_full_app/formula_no_color-100.tex +1 -0
- data/tests/test_simple_formula/formula-100.inter +1 -0
- data/tests/test_simple_formula/formula-100.raw +1 -0
- data/tests/test_simple_formula/formula-100.tex +1 -0
- data/tests/test_simple_formula/formula-100_pre.tex +1 -0
- data/tests/test_simple_formula/formula_no_color-100.tex +1 -0
- data/tests_old/test_big_formula/formula-100 +1 -0
- data/tests_old/test_big_formula/formula-100.inter +1 -0
- data/tests_old/test_big_formula/formula-100.raw +1 -0
- data/tests_old/test_big_formula/formula-100_inter +1 -0
- data/tests_old/test_big_formula/formula-100_pre.tex +1 -0
- data/tests_old/test_conditions_for_formula_in_full_app/formula-100 +1 -0
- data/tests_old/test_conditions_for_formula_in_full_app/formula-100.inter +1 -0
- data/tests_old/test_conditions_for_formula_in_full_app/formula-100.raw +1 -0
- data/tests_old/test_conditions_for_formula_in_full_app/formula-100_inter +1 -0
- data/tests_old/test_conditions_for_formula_in_full_app/formula-100_pre.tex +1 -0
- data/tests_old/test_conditions_for_formula_in_full_app/log +1 -0
- data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100 +1 -0
- data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100.inter +1 -0
- data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100.raw +1 -0
- data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100_inter +1 -0
- data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100_pre.tex +1 -0
- data/tests_old/test_descriptor_item/formula-100 +1 -0
- data/tests_old/test_descriptor_item/formula-100.inter +1 -0
- data/tests_old/test_descriptor_item/formula-100.raw +1 -0
- data/tests_old/test_descriptor_item/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_in_ebee/formula-100 +1 -0
- data/tests_old/test_formula_in_ebee/formula-100.inter +1 -0
- data/tests_old/test_formula_in_ebee/formula-100.raw +1 -0
- data/tests_old/test_formula_in_ebee/formula-100_inter +1 -0
- data/tests_old/test_formula_in_ebee/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_in_ebee2/formula-100 +1 -0
- data/tests_old/test_formula_in_ebee2/formula-100.inter +1 -0
- data/tests_old/test_formula_in_ebee2/formula-100.raw +1 -0
- data/tests_old/test_formula_in_ebee2/formula-100_inter +1 -0
- data/tests_old/test_formula_in_ebee2/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_in_full_app/formula-100 +1 -0
- data/tests_old/test_formula_in_full_app/formula-100.inter +1 -0
- data/tests_old/test_formula_in_full_app/formula-100.raw +1 -0
- data/tests_old/test_formula_in_full_app/formula-100_inter +1 -0
- data/tests_old/test_formula_in_full_app/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_in_full_app/log +1 -0
- data/tests_old/test_formula_substitution/formula-100 +1 -0
- data/tests_old/test_formula_substitution/formula-100.inter +1 -0
- data/tests_old/test_formula_substitution/formula-100.raw +1 -0
- data/tests_old/test_formula_substitution/formula-100_inter +1 -0
- data/tests_old/test_formula_substitution/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_substitution/log +1 -0
- data/tests_old/test_formula_with_2_subsequent_loops/formula-100 +1 -0
- data/tests_old/test_formula_with_2_subsequent_loops/formula-100.inter +1 -0
- data/tests_old/test_formula_with_2_subsequent_loops/formula-100.raw +1 -0
- data/tests_old/test_formula_with_2_subsequent_loops/formula-100_inter +1 -0
- data/tests_old/test_formula_with_2_subsequent_loops/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_3_loops/formula-100 +1 -0
- data/tests_old/test_formula_with_3_loops/formula-100.inter +1 -0
- data/tests_old/test_formula_with_3_loops/formula-100.raw +1 -0
- data/tests_old/test_formula_with_3_loops/formula-100_inter +1 -0
- data/tests_old/test_formula_with_3_loops/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100 +1 -0
- data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100.inter +1 -0
- data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100.raw +1 -0
- data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100_inter +1 -0
- data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_3_loops_in_loop/formula-100 +1 -0
- data/tests_old/test_formula_with_3_loops_in_loop/formula-100.inter +1 -0
- data/tests_old/test_formula_with_3_loops_in_loop/formula-100.raw +1 -0
- data/tests_old/test_formula_with_3_loops_in_loop/formula-100_inter +1 -0
- data/tests_old/test_formula_with_3_loops_in_loop/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_ambiguous_substitution/formula-100 +1 -0
- data/tests_old/test_formula_with_ambiguous_substitution/formula-100.inter +1 -0
- data/tests_old/test_formula_with_ambiguous_substitution/formula-100.raw +1 -0
- data/tests_old/test_formula_with_ambiguous_substitution/formula-100_inter +1 -0
- data/tests_old/test_formula_with_ambiguous_substitution/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_array_as_properties/formula-100 +1 -0
- data/tests_old/test_formula_with_array_as_properties/formula-100.inter +1 -0
- data/tests_old/test_formula_with_array_as_properties/formula-100.raw +1 -0
- data/tests_old/test_formula_with_array_as_properties/formula-100_inter +1 -0
- data/tests_old/test_formula_with_array_as_properties/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_bound_return/formula-100 +1 -0
- data/tests_old/test_formula_with_bound_return/formula-100.inter +1 -0
- data/tests_old/test_formula_with_bound_return/formula-100.raw +1 -0
- data/tests_old/test_formula_with_bound_return/formula-100_inter +1 -0
- data/tests_old/test_formula_with_bound_return/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_bound_return/log +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100 +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100.inter +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100.raw +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100_inter +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions/log +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100 +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.inter +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.raw +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100_inter +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/log +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100 +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.inter +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.raw +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100_inter +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/log +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100 +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.inter +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.raw +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100_inter +1 -0
- data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_different_states_in_properties/formula-100 +1 -0
- data/tests_old/test_formula_with_different_states_in_properties/formula-100.inter +1 -0
- data/tests_old/test_formula_with_different_states_in_properties/formula-100.raw +1 -0
- data/tests_old/test_formula_with_different_states_in_properties/formula-100_inter +1 -0
- data/tests_old/test_formula_with_different_states_in_properties/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_initial_value/formula-100 +1 -0
- data/tests_old/test_formula_with_initial_value/formula-100.inter +1 -0
- data/tests_old/test_formula_with_initial_value/formula-100.raw +1 -0
- data/tests_old/test_formula_with_initial_value/formula-100_inter +1 -0
- data/tests_old/test_formula_with_initial_value/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_initial_value/log +1 -0
- data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_array/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_array/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_array/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_array/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_array/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_array/log +1 -0
- data/tests_old/test_formula_with_loop_with_collection/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_collection/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_collection/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_collection/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_collection/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_collection/log +1 -0
- data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_collection_on_objects/log +1 -0
- data/tests_old/test_formula_with_loop_with_div/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_div/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_div/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_div/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_div/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_ext_call/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_ext_call/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_ext_call/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_ext_call/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_ext_call/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_prod/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_prod/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_prod/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_prod/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_prod/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_subst/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_subst/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_subst/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_subst/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_subst/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_sum/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_sum/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_sum/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_sum/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_sum/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_while/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_while/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_while/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_while/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_while/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_while_break/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_while_break/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_while_break/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_while_break/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_while_break/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_loop_with_while_return/formula-100 +1 -0
- data/tests_old/test_formula_with_loop_with_while_return/formula-100.inter +1 -0
- data/tests_old/test_formula_with_loop_with_while_return/formula-100.raw +1 -0
- data/tests_old/test_formula_with_loop_with_while_return/formula-100_inter +1 -0
- data/tests_old/test_formula_with_loop_with_while_return/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100 +1 -0
- data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100.inter +1 -0
- data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100.raw +1 -0
- data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100_inter +1 -0
- data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_multiple_operations/formula-100 +1 -0
- data/tests_old/test_formula_with_multiple_operations/formula-100.inter +1 -0
- data/tests_old/test_formula_with_multiple_operations/formula-100.raw +1 -0
- data/tests_old/test_formula_with_multiple_operations/formula-100_inter +1 -0
- data/tests_old/test_formula_with_multiple_operations/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_multiple_references/formula-100 +1 -0
- data/tests_old/test_formula_with_multiple_references/formula-100.inter +1 -0
- data/tests_old/test_formula_with_multiple_references/formula-100.raw +1 -0
- data/tests_old/test_formula_with_multiple_references/formula-100_inter +1 -0
- data/tests_old/test_formula_with_multiple_references/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_multiple_return/formula-100 +1 -0
- data/tests_old/test_formula_with_multiple_return/formula-100.inter +1 -0
- data/tests_old/test_formula_with_multiple_return/formula-100.raw +1 -0
- data/tests_old/test_formula_with_multiple_return/formula-100_inter +1 -0
- data/tests_old/test_formula_with_multiple_return/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100 +1 -0
- data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.inter +1 -0
- data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.raw +1 -0
- data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100_inter +1 -0
- data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100 +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.inter +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.raw +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100_inter +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100 +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.inter +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.raw +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100_inter +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/log +1 -0
- data/tests_old/test_formula_with_non_impacting_conditions/formula-100 +1 -0
- data/tests_old/test_formula_with_non_impacting_conditions/formula-100.inter +1 -0
- data/tests_old/test_formula_with_non_impacting_conditions/formula-100.raw +1 -0
- data/tests_old/test_formula_with_non_impacting_conditions/formula-100_inter +1 -0
- data/tests_old/test_formula_with_non_impacting_conditions/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_non_impacting_conditions/log +1 -0
- data/tests_old/test_formula_with_object_properties/formula-100 +1 -0
- data/tests_old/test_formula_with_object_properties/formula-100.inter +1 -0
- data/tests_old/test_formula_with_object_properties/formula-100.raw +1 -0
- data/tests_old/test_formula_with_object_properties/formula-100_inter +1 -0
- data/tests_old/test_formula_with_object_properties/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_paren/formula-100 +1 -0
- data/tests_old/test_formula_with_paren/formula-100.inter +1 -0
- data/tests_old/test_formula_with_paren/formula-100.raw +1 -0
- data/tests_old/test_formula_with_paren/formula-100_inter +1 -0
- data/tests_old/test_formula_with_paren/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_reference_in_ctor/formula-100 +1 -0
- data/tests_old/test_formula_with_reference_in_ctor/formula-100.inter +1 -0
- data/tests_old/test_formula_with_reference_in_ctor/formula-100.raw +1 -0
- data/tests_old/test_formula_with_reference_in_ctor/formula-100_inter +1 -0
- data/tests_old/test_formula_with_reference_in_ctor/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100 +1 -0
- data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.inter +1 -0
- data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.raw +1 -0
- data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100_inter +1 -0
- data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_return_array_as_properties/formula-100 +1 -0
- data/tests_old/test_formula_with_return_array_as_properties/formula-100.inter +1 -0
- data/tests_old/test_formula_with_return_array_as_properties/formula-100.raw +1 -0
- data/tests_old/test_formula_with_return_array_as_properties/formula-100_inter +1 -0
- data/tests_old/test_formula_with_return_array_as_properties/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_return_string_as_properties/formula-100 +1 -0
- data/tests_old/test_formula_with_return_string_as_properties/formula-100.inter +1 -0
- data/tests_old/test_formula_with_return_string_as_properties/formula-100.raw +1 -0
- data/tests_old/test_formula_with_return_string_as_properties/formula-100_inter +1 -0
- data/tests_old/test_formula_with_return_string_as_properties/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_unbound_call_in_assign/formula-100 +1 -0
- data/tests_old/test_formula_with_unbound_call_in_assign/formula-100.inter +1 -0
- data/tests_old/test_formula_with_unbound_call_in_assign/formula-100.raw +1 -0
- data/tests_old/test_formula_with_unbound_call_in_assign/formula-100_inter +1 -0
- data/tests_old/test_formula_with_unbound_call_in_assign/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_unused_condition/formula-100 +1 -0
- data/tests_old/test_formula_with_unused_condition/formula-100.inter +1 -0
- data/tests_old/test_formula_with_unused_condition/formula-100.raw +1 -0
- data/tests_old/test_formula_with_unused_condition/formula-100_inter +1 -0
- data/tests_old/test_formula_with_unused_condition/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_unused_condition/log +1 -0
- data/tests_old/test_formula_with_while_to_for_loop/formula-100 +1 -0
- data/tests_old/test_formula_with_while_to_for_loop/formula-100.inter +1 -0
- data/tests_old/test_formula_with_while_to_for_loop/formula-100.raw +1 -0
- data/tests_old/test_formula_with_while_to_for_loop/formula-100_inter +1 -0
- data/tests_old/test_formula_with_while_to_for_loop/formula-100_pre.tex +1 -0
- data/tests_old/test_formula_with_while_to_for_loop/log +1 -0
- data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100 +1 -0
- data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100.inter +1 -0
- data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100.raw +1 -0
- data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100_inter +1 -0
- data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100_pre.tex +1 -0
- data/tests_old/test_simple_formula/formula-100 +1 -0
- data/tests_old/test_simple_formula/formula-100.inter +1 -0
- data/tests_old/test_simple_formula/formula-100.raw +1 -0
- data/tests_old/test_simple_formula/formula-100_inter +1 -0
- data/tests_old/test_simple_formula/formula-100_pre.tex +1 -0
- data/texput.log +21 -0
- metadata +757 -0
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:119
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_182_27##//0_182##//5/0_172/124/0_122/0_98_5##Reference:194##//0_98_24##//5/0_172/124/0_122/0_98_3##Reference:103##//5/0_172/124/0_122/0_99_1##//5/0_172/0_119_9##Reference:120##//5/0_172/0_119_8#Parameter:119#//5/0_172/0_119_8##Reference:120##//5/0_172/0_119_9##//5/0_172/124/0_122/0_99_1##Reference:103##//5/0_172/124/0_122/0_98_3##//0_98_24##Reference:194##//5/0_172/124/0_122/0_98_5##//0_182##//0_182_27#
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#04f921}{age}
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:119
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{age}
|
data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.inter
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@ @LPAREN@ Parameter:126 @x@ Parameter:126 @RPAREN@ @+@ Integer:151 @RPAREN@ @RPAREN@}@DENO@{Parameter:126}@/DIV@ @RPAREN@
|
data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.raw
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
#//0_182_27##//0_182##//5/0_172/124/0_122/0_98_5##Reference:194##//0_98_24##//5/0_172/124/0_122/0_98_3##Reference:103##//5/0_172/124/0_122/0_99_1##//5/0_172/0_119_9##Reference:120##//5/0_172/0_119_8#@LPAREN@ #//0_170_39#@DIV@@NUM@{#Reference:167##//0_133_37##Reference:167#@LPAREN@ #//0_133_32#@LPAREN@ #//0_153_30#@LPAREN@ #//0_150_29##Reference:147##//0_126_28##Reference:148##//0_126_21##Reference:147##//0_126_20##//0_126_21##Reference:147#Parameter:126#Reference:147##//0_126_21##//0_126_20##Reference:147##//0_126_21##Reference:148##//0_126_28##Reference:147# @x@ #Reference:148##//0_126_28##Reference:148##//0_126_21##Reference:147##//0_126_20##//0_126_21##Reference:147#Parameter:126#Reference:147##//0_126_21##//0_126_20##Reference:147##//0_126_21##Reference:148##//0_126_28##Reference:148##//0_150_29# @RPAREN@ @+@ #//0_151_31#Integer:151#//0_151_31##//0_153_30# @RPAREN@#//0_133_32# @RPAREN@#Reference:167##//0_133_37##Reference:167#}@DENO@{#Reference:168##//0_126_38##Reference:168##//0_126_33##Reference:156##//0_126_28##Reference:148##//0_126_21##Reference:147#Parameter:126#Reference:147##//0_126_21##Reference:148##//0_126_28##Reference:156##//0_126_33##Reference:168##//0_126_38##Reference:168#}@/DIV@#//0_170_39# @RPAREN@#//5/0_172/0_119_8##Reference:120##//5/0_172/0_119_9##//5/0_172/124/0_122/0_99_1##Reference:103##//5/0_172/124/0_122/0_98_3##//0_98_24##Reference:194##//5/0_172/124/0_122/0_98_5##//0_182##//0_182_27#
|
data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.tex
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{\left( \left( \left( \color{#9b6153}{argc} \times \color{#9b6153}{argc} \right) + \color{#947ba5}{30} \right) \right) }{\color{#9b6153}{argc}} \right)
|
data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100_pre.tex
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{\left( \left( \left( Parameter:126 \times Parameter:126 \right) + Integer:151 \right) \right) }{Parameter:126} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{\left( \left( \left( \color{#000000}{argc} \times \color{#000000}{argc} \right) + \color{#000000}{30} \right) \right) }{\color{#000000}{argc}} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@TSTART@Person@TEND@@DESC_START@@DESC_ITEM_START@@TSTART@age@TEND@=Integer:411@DESC_ITEM_END@@DESC_ITEM_START@@TSTART@name@TEND@=random@REF@toString@DESC_ITEM_END@@DESC_END@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_347_114##//6/0_344/0_416_18##//6/0_344/0_416##//6/0_344/0_388_16#@TSTART@Person@TEND@@DESC_START@@DESC_ITEM_START@@TSTART@age@TEND@=#Reference:589##//6/0_344/0_306_11#Integer:411#//6/0_344/0_306_11##Reference:589#@DESC_ITEM_END@@DESC_ITEM_START@@TSTART@name@TEND@=#Reference:590##//6/0_344/0_307_8##Call:400#random#Call:400#@REF@#Call:401#toString#Call:401##//6/0_344/0_307_8##Reference:590#@DESC_ITEM_END@@DESC_END@#//6/0_344/0_388_16##//6/0_344/0_416##//6/0_344/0_416_18##//0_347_114#
|
@@ -0,0 +1 @@
|
|
1
|
+
\text{Person}\left\{\begin{array}{l} \text{age}=\color{#90bfed}{\mathbf{\text{32}}} \\ \text{name}=random.toString \\\end{array}\right.
|
@@ -0,0 +1 @@
|
|
1
|
+
\text{ Person }@DESC_START@@DESC_ITEM_START@\text{ age }=Integer:411@DESC_ITEM_END@@DESC_ITEM_START@\text{ name }=random.toString@DESC_ITEM_END@@DESC_END@
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ Parameter:80 @x@ @LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@ Parameter:80 @-@ Integer:111 @RPAREN@ @x@ Method:4@LPAREN@@LPAREN@ Parameter:80 @-@ Integer:111 @RPAREN@ @-@ Integer:111@RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_121_45##//0_121#@LPAREN@ #//0_155_40#@LPAREN@ #//0_117_39##Reference:109##//0_80_35##Reference:110##//0_80_34##Reference:109##//0_80_25##//0_80_34##Reference:109##//0_80_34##Reference:109#Parameter:80#Reference:109##//0_80_34##Reference:109##//0_80_34##//0_80_25##Reference:109##//0_80_34##Reference:110##//0_80_35##Reference:109# @x@ @LPAREN@ #//4/0_115/0_121_45##//4/0_115/0_121#@LPAREN@ #//4/0_115/0_155_40#@LPAREN@ #//4/0_115/0_117_39##Reference:109##//4/0_115/0_80_35##Reference:110##//4/0_115/0_80_34##Reference:109##//4/0_115/0_80_25#@LPAREN@ #//0_113_36##Reference:110##//0_80_35##Reference:110##//0_80_35##Reference:110##//0_80_34##Reference:109##//0_80_25##//0_80_34##Reference:109##//0_80_34##Reference:109#Parameter:80#Reference:109##//0_80_34##Reference:109##//0_80_34##//0_80_25##Reference:109##//0_80_34##Reference:110##//0_80_35##Reference:110##//0_80_35##Reference:110# @-@ Integer:111#//0_113_36# @RPAREN@#//4/0_115/0_80_25##Reference:109##//4/0_115/0_80_34##Reference:110##//4/0_115/0_80_35##Reference:109# @x@ #Call:115#Method:4@LPAREN@#Reference:110##//4/0_115/0_80_35##Reference:110##//4/0_115/0_80_34##Reference:109##//4/0_115/0_80_25#@LPAREN@ #//0_113_36##Reference:110##//0_80_35##Reference:110##//0_80_35##Reference:110##//0_80_34##Reference:109##//0_80_25##//0_80_34##Reference:109##//0_80_34##Reference:109#Parameter:80#Reference:109##//0_80_34##Reference:109##//0_80_34##//0_80_25##Reference:109##//0_80_34##Reference:110##//0_80_35##Reference:110##//0_80_35##Reference:110# @-@ Integer:111#//0_113_36# @RPAREN@#//4/0_115/0_80_25##Reference:109##//4/0_115/0_80_34##Reference:110##//4/0_115/0_80_35##Reference:110# @-@ Integer:111@RPAREN@#Call:115##//4/0_115/0_117_39# @RPAREN@#//4/0_115/0_155_40# @RPAREN@#//4/0_115/0_121##//4/0_115/0_121_45# @RPAREN@#//0_117_39# @RPAREN@#//0_155_40# @RPAREN@#//0_121##//0_121_45#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#92639a}{n} \times \left( \left( \left( \left( \color{#92639a}{n} - \color{#8801c6}{1} \right) \times \color{#6b9e4e}{factorial}\left( \left( \color{#92639a}{n} - \color{#8801c6}{1} \right) - \color{#8801c6}{1}\right) \right) \right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( Parameter:80 \times \left( \left( \left( \left( Parameter:80 - Integer:111 \right) \times Method:4\left( \left( Parameter:80 - Integer:111 \right) - Integer:111\right) \right) \right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{n} \times \left( \left( \left( \left( \color{#000000}{n} - \color{#000000}{1} \right) \times \color{#000000}{factorial}\left( \left( \color{#000000}{n} - \color{#000000}{1} \right) - \color{#000000}{1}\right) \right) \right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-826578@{@TSTART@repeat@TEND@@LBRACK@StackVar:1390 @+@ Integer:1419@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_843_326#@LPAREN@ #//4/0_840/0_1428_191##//4/0_840/0_1428#@LPAREN@ #//4/0_840/0_1390_188#@COLOR-826578@{@TSTART@repeat@TEND@@LBRACK@#Reference:1418#StackVar:1390#Reference:1418# @+@ #//4/0_840/0_1419_189#Integer:1419#//4/0_840/0_1419_189#@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}}#//4/0_840/0_1390_188# @RPAREN@#//4/0_840/0_1428##//4/0_840/0_1428_191# @RPAREN@#//0_843_326#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#826578}{\text{ repeat }\left[\color{#213e88}{res} + \color{#88c252}{2}\right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#826578}{\text{ repeat }\left[StackVar:1390 + Integer:1419\right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{res} + \color{#000000}{2}\right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
2#//0_42_9##//0_42##//0_29_1#Integer:26#//0_29_1##//0_42##//0_42_9#
|
@@ -0,0 +1 @@
|
|
1
|
+
Integer:26
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_42_9##//0_42##//0_29_1##//0_26_2#Integer:26#//0_26_2##//0_29_1##//0_42##//0_42_9#
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#c321a8}{0}
|
@@ -0,0 +1 @@
|
|
1
|
+
Integer:26
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{0}
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-590eef@{@TSTART@repeat@TEND@@LBRACK@StackVar:851 @+@ @LPAREN@ @LPAREN@ @COLOR-624ba6@{@TSTART@repeat@TEND@@LBRACK@StackVar:953 @x@ f@LPAREN@StackVar:957,StackVar:953@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_831_320#@LPAREN@ #//4/0_828/0_875_278##//4/0_828/0_875#@LPAREN@ #//4/0_828/0_851_276#@COLOR-590eef@{@TSTART@repeat@TEND@@LBRACK@#Reference:866#StackVar:851#Reference:866# @+@ @LPAREN@ #//4/0_828/5/0_869/0_982_243##//4/0_828/5/0_869/0_982#@LPAREN@ #//4/0_828/5/0_869/0_953_241#@COLOR-624ba6@{@TSTART@repeat@TEND@@LBRACK@#Reference:969#StackVar:953#Reference:969# @x@ #Call:974#f@LPAREN@#Reference:970#StackVar:957#Reference:970#,#Reference:972#StackVar:953#Reference:972#@RPAREN@#Call:974#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_828/5/0_869/0_953_241# @RPAREN@#//4/0_828/5/0_869/0_982##//4/0_828/5/0_869/0_982_243# @RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_828/0_851_276# @RPAREN@#//4/0_828/0_875##//4/0_828/0_875_278# @RPAREN@#//0_831_320#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#590eef}{\text{ repeat }\left[\color{#8aec0b}{value} + \left( \left( \color{#624ba6}{\text{ repeat }\left[\color{#6add98}{val} \times f\left( \color{#400582}{i},\color{#6add98}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right) \right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#590eef}{\text{ repeat }\left[StackVar:851 + \left( \left( \color{#624ba6}{\text{ repeat }\left[StackVar:953 \times f\left( StackVar:957,StackVar:953\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right) \right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{value} + \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} \times f\left( \color{#000000}{i},\color{#000000}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right) \right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Parameter:748 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_793_304#@LPAREN@ #//4/0_790/0_1170_56##//4/0_790/0_1170##//4/0_790/0_1113_51##//0_748_301##Reference:788##//0_748_282#Parameter:748#//0_748_282##Reference:788##//0_748_301##//4/0_790/0_1113_51##//4/0_790/0_1170##//4/0_790/0_1170_56# @RPAREN@#//0_793_304#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#577542}{argc} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Parameter:748 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#000000}{argc} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ size @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_787_300#@LPAREN@ #//4/0_784/0_1111_30##//4/0_784/0_1111##Call:1108#size#Call:1108##//4/0_784/0_1111##//4/0_784/0_1111_30# @RPAREN@#//0_787_300#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( size \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( size \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( size \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ StackVar:1173 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_817_318#@LPAREN@ #//4/0_814/0_1244_83##//4/0_814/0_1244##//4/0_814/0_1173_80#StackVar:1173#//4/0_814/0_1173_80##//4/0_814/0_1244##//4/0_814/0_1244_83# @RPAREN@#//0_817_318#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#ae5820}{people} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( StackVar:1173 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#000000}{people} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-e12ae9@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{StackVar:1023}@DENO@{f@LPAREN@StackVar:1027,StackVar:1023@RPAREN@}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_781_297#@LPAREN@ #//4/0_778/0_1052_12##//4/0_778/0_1052#@LPAREN@ #//4/0_778/0_1023_10#@COLOR-e12ae9@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{#Reference:1039#StackVar:1023#Reference:1039#}@DENO@{#Call:1044#f@LPAREN@#Reference:1040#StackVar:1027#Reference:1040#,#Reference:1042#StackVar:1023#Reference:1042#@RPAREN@#Call:1044#}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_778/0_1023_10# @RPAREN@#//4/0_778/0_1052##//4/0_778/0_1052_12# @RPAREN@#//0_781_297#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#e12ae9}{\text{ repeat }\left[ \dfrac{\color{#61d71f}{val}}{f\left( \color{#e5ddbf}{i},\color{#61d71f}{val}\right) }\right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#e12ae9}{\text{ repeat }\left[ \dfrac{StackVar:1023}{f\left( StackVar:1027,StackVar:1023\right) }\right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[ \dfrac{\color{#000000}{val}}{f\left( \color{#000000}{i},\color{#000000}{val}\right) }\right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-15693b@{@TSTART@repeat@TEND@@LBRACK@f@LPAREN@StackVar:885,@DIV@@NUM@{StackVar:881}@DENO@{sqrt@LPAREN@StackVar:885@RPAREN@}@/DIV@@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_757_285#@LPAREN@ #//4/0_754/0_912_206##//4/0_754/0_912#@LPAREN@ #//4/0_754/0_881_204#@COLOR-15693b@{@TSTART@repeat@TEND@@LBRACK@#Call:906#f@LPAREN@#Reference:897#StackVar:885#Reference:897#,@DIV@@NUM@{#Reference:899#StackVar:881#Reference:899#}@DENO@{#Call:902#sqrt@LPAREN@#Reference:900#StackVar:885#Reference:900#@RPAREN@#Call:902#}@/DIV@@RPAREN@#Call:906#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_754/0_881_204# @RPAREN@#//4/0_754/0_912##//4/0_754/0_912_206# @RPAREN@#//0_757_285#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#15693b}{\text{ repeat }\left[f\left( \color{#fbb2be}{i}, \dfrac{\color{#4a2ed4}{value}}{sqrt\left( \color{#fbb2be}{i}\right) }\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#15693b}{\text{ repeat }\left[f\left( StackVar:885, \dfrac{StackVar:881}{sqrt\left( StackVar:885\right) }\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[f\left( \color{#000000}{i}, \dfrac{\color{#000000}{value}}{sqrt\left( \color{#000000}{i}\right) }\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-158ee8@{@TSTART@repeat@TEND@@LBRACK@StackVar:953 @x@ f@LPAREN@StackVar:957,StackVar:953@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_769_291#@LPAREN@ #//4/0_766/0_982_243##//4/0_766/0_982#@LPAREN@ #//4/0_766/0_953_241#@COLOR-158ee8@{@TSTART@repeat@TEND@@LBRACK@#Reference:969#StackVar:953#Reference:969# @x@ #Call:974#f@LPAREN@#Reference:970#StackVar:957#Reference:970#,#Reference:972#StackVar:953#Reference:972#@RPAREN@#Call:974#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_766/0_953_241# @RPAREN@#//4/0_766/0_982##//4/0_766/0_982_243# @RPAREN@#//0_769_291#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#158ee8}{\text{ repeat }\left[\color{#6add98}{val} \times f\left( \color{#400582}{i},\color{#6add98}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#158ee8}{\text{ repeat }\left[StackVar:953 \times f\left( StackVar:957,StackVar:953\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} \times f\left( \color{#000000}{i},\color{#000000}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-c1afa1@{@TSTART@repeat@TEND@@LBRACK@StackVar:988 @-@ f@LPAREN@StackVar:992,StackVar:988@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_775_294#@LPAREN@ #//4/0_772/0_1017_261##//4/0_772/0_1017#@LPAREN@ #//4/0_772/0_988_259#@COLOR-c1afa1@{@TSTART@repeat@TEND@@LBRACK@#Reference:1004#StackVar:988#Reference:1004# @-@ #Call:1009#f@LPAREN@#Reference:1005#StackVar:992#Reference:1005#,#Reference:1007#StackVar:988#Reference:1007#@RPAREN@#Call:1009#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_772/0_988_259# @RPAREN@#//4/0_772/0_1017##//4/0_772/0_1017_261# @RPAREN@#//0_775_294#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#c1afa1}{\text{ repeat }\left[\color{#ffe94e}{val} - f\left( \color{#900871}{i},\color{#ffe94e}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#c1afa1}{\text{ repeat }\left[StackVar:988 - f\left( StackVar:992,StackVar:988\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} - f\left( \color{#000000}{i},\color{#000000}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-2085d8@{@TSTART@repeat@TEND@@LBRACK@StackVar:918 @+@ f@LPAREN@StackVar:922,StackVar:918@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_763_288#@LPAREN@ #//4/0_760/0_947_225##//4/0_760/0_947#@LPAREN@ #//4/0_760/0_918_223#@COLOR-2085d8@{@TSTART@repeat@TEND@@LBRACK@#Reference:934#StackVar:918#Reference:934# @+@ #Call:939#f@LPAREN@#Reference:935#StackVar:922#Reference:935#,#Reference:937#StackVar:918#Reference:937#@RPAREN@#Call:939#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_760/0_918_223# @RPAREN@#//4/0_760/0_947##//4/0_760/0_947_225# @RPAREN@#//0_763_288#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#2085d8}{\text{ repeat }\left[\color{#ce84ca}{val} + f\left( \color{#b95bee}{i},\color{#ce84ca}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#2085d8}{\text{ repeat }\left[StackVar:918 + f\left( StackVar:922,StackVar:918\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} + f\left( \color{#000000}{i},\color{#000000}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-72d043@{@TSTART@repeat@TEND@@LBRACK@StackVar:1326 @+@ f@LPAREN@Parameter:748,StackVar:1326@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_811_313#@LPAREN@ #//4/0_808/0_1349_150##//4/0_808/0_1349#@LPAREN@ #//4/0_808/0_1326_148#@COLOR-72d043@{@TSTART@repeat@TEND@@LBRACK@#Reference:1706#StackVar:1326#Reference:1706# @+@ #Call:1707#f@LPAREN@#Reference:1709##//4/0_808/0_1322_143##//0_748_311##Reference:806##//0_748_282#Parameter:748#//0_748_282##Reference:806##//0_748_311##//4/0_808/0_1322_143##Reference:1709#,#Reference:1711#StackVar:1326#Reference:1711#@RPAREN@#Call:1707#@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}}#//4/0_808/0_1326_148# @RPAREN@#//4/0_808/0_1349##//4/0_808/0_1349_150# @RPAREN@#//0_811_313#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#72d043}{\text{ repeat }\left[\color{#590f34}{val} + f\left( \color{#577542}{argc},\color{#590f34}{val}\right) \right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#72d043}{\text{ repeat }\left[StackVar:1326 + f\left( Parameter:748,StackVar:1326\right) \right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} + f\left( \color{#000000}{argc},\color{#000000}{val}\right) \right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-b4175b@{@TSTART@repeat@TEND@@LBRACK@StackVar:1258 @+@ f@LPAREN@Parameter:748,StackVar:1258@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter equals 0) is not verified)@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_799_307#@LPAREN@ #//4/0_796/0_1285_116##//4/0_796/0_1285#@LPAREN@ #//4/0_796/0_1258_114#@COLOR-b4175b@{@TSTART@repeat@TEND@@LBRACK@#Reference:1641#StackVar:1258#Reference:1641# @+@ #Call:1642#f@LPAREN@#Reference:1644##//4/0_796/0_1254_107##//0_748_305##Reference:794##//0_748_282#Parameter:748#//0_748_282##Reference:794##//0_748_305##//4/0_796/0_1254_107##Reference:1644#,#Reference:1646#StackVar:1258#Reference:1646#@RPAREN@#Call:1642#@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter equals 0) is not verified)@TEND@}}#//4/0_796/0_1258_114# @RPAREN@#//4/0_796/0_1285##//4/0_796/0_1285_116# @RPAREN@#//0_799_307#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#b4175b}{\text{ repeat }\left[\color{#94dd9c}{val} + f\left( \color{#577542}{argc},\color{#94dd9c}{val}\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#b4175b}{\text{ repeat }\left[StackVar:1258 + f\left( Parameter:748,StackVar:1258\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} + f\left( \color{#000000}{argc},\color{#000000}{val}\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-821121@{@TSTART@repeat@TEND@@LBRACK@StackVar:1291 @+@ f@LPAREN@Parameter:748,StackVar:1291@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter equals 0) is not verified)@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_805_310#@LPAREN@ #//4/0_802/0_1320_134##//4/0_802/0_1320#@LPAREN@ #//4/0_802/0_1291_132#@COLOR-821121@{@TSTART@repeat@TEND@@LBRACK@#Reference:1672#StackVar:1291#Reference:1672# @+@ #Call:1673#f@LPAREN@#Reference:1675##//4/0_802/0_1287_125##//0_748_308##Reference:800##//0_748_282#Parameter:748#//0_748_282##Reference:800##//0_748_308##//4/0_802/0_1287_125##Reference:1675#,#Reference:1677#StackVar:1291#Reference:1677#@RPAREN@#Call:1673#@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter equals 0) is not verified)@TEND@}}#//4/0_802/0_1291_132# @RPAREN@#//4/0_802/0_1320##//4/0_802/0_1320_134# @RPAREN@#//0_805_310#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#821121}{\text{ repeat }\left[\color{#ce63de}{val} + f\left( \color{#577542}{argc},\color{#ce63de}{val}\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#821121}{\text{ repeat }\left[StackVar:1291 + f\left( Parameter:748,StackVar:1291\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} + f\left( \color{#000000}{argc},\color{#000000}{val}\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @DIV@@NUM@{Integer:419}@DENO@{Parameter:363}@/DIV@ @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_372_152#@LPAREN@ #//4/0_369/0_440_65#@LPAREN@ #//4/0_369/0_440#@DIV@@NUM@{#Reference:435##//4/0_369/0_417_54##//4/0_369/0_419_55#Integer:419#//4/0_369/0_419_55##//4/0_369/0_417_54##Reference:435#}@DENO@{#Reference:436##//4/0_369/0_413_51##//0_363_150##Reference:367##//0_363_149#Parameter:363#//0_363_149##Reference:367##//0_363_150##//4/0_369/0_413_51##Reference:436#}@/DIV@#//4/0_369/0_440# @RPAREN@#//4/0_369/0_440_65# @RPAREN@#//0_372_152#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{\color{#fd7202}{0}}{\color{#021af3}{argc}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{Integer:419}{Parameter:363} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{\color{#000000}{0}}{\color{#000000}{argc}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @DIV@@NUM@{@LPAREN@ Parameter:363 @x@ Parameter:363 @RPAREN@}@DENO@{Parameter:363}@/DIV@ @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_372_152#@LPAREN@ #//4/0_369/0_440_65#@LPAREN@ #//4/0_369/0_440#@DIV@@NUM@{#Reference:435#@LPAREN@ #//4/0_369/0_417_60##Reference:428##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_59##Reference:428##//4/0_369/0_413_51##//0_363_150##Reference:367##//0_363_149#Parameter:363#//0_363_149##Reference:367##//0_363_150##//4/0_369/0_413_51##Reference:428##//4/0_369/0_413_59##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_62##Reference:428# @x@ #Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_59##Reference:428##//4/0_369/0_413_51##//0_363_150##Reference:367##//0_363_149#Parameter:363#//0_363_149##Reference:367##//0_363_150##//4/0_369/0_413_51##Reference:428##//4/0_369/0_413_59##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_417_60# @RPAREN@#Reference:435#}@DENO@{#Reference:436##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_59##Reference:428##//4/0_369/0_413_51##//0_363_150##Reference:367##//0_363_149#Parameter:363#//0_363_149##Reference:367##//0_363_150##//4/0_369/0_413_51##Reference:428##//4/0_369/0_413_59##Reference:429##//4/0_369/0_413_62##Reference:436#}@/DIV@#//4/0_369/0_440# @RPAREN@#//4/0_369/0_440_65# @RPAREN@#//0_372_152#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{\left( \color{#021af3}{argc} \times \color{#021af3}{argc} \right) }{\color{#021af3}{argc}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{\left( Parameter:363 \times Parameter:363 \right) }{Parameter:363} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{\left( \color{#000000}{argc} \times \color{#000000}{argc} \right) }{\color{#000000}{argc}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-ef6ecd@{@TSTART@repeat@TEND@@LBRACK@StackVar:610 @x@ StackVar:640@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_402_167#@LPAREN@ #//4/0_399/0_661_22##//4/0_399/0_661#@LPAREN@ #//4/0_399/0_610_20#@COLOR-ef6ecd@{@TSTART@repeat@TEND@@LBRACK@#Reference:652#StackVar:610#Reference:652# @x@ #Reference:653#StackVar:640#Reference:653#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_399/0_610_20# @RPAREN@#//4/0_399/0_661##//4/0_399/0_661_22# @RPAREN@#//0_402_167#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#ef6ecd}{\text{ repeat }\left[\color{#6884a7}{value} \times \color{#824d20}{i}\right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#ef6ecd}{\text{ repeat }\left[StackVar:610 \times StackVar:640\right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{value} \times \color{#000000}{i}\right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @DIV@@NUM@{@LPAREN@ Parameter:363 @x@ Parameter:363 @RPAREN@}@DENO@{Parameter:363}@/DIV@ @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_378_155#@LPAREN@ #//4/0_375/0_463_79#@LPAREN@ #//4/0_375/0_463#@DIV@@NUM@{#Reference:458#@LPAREN@ #//4/0_375/0_446_75##Reference:452##//4/0_375/0_442_67##//4/0_375/0_442_67##//0_363_153##Reference:373##//0_363_149#Parameter:363#//0_363_149##Reference:373##//0_363_153##//4/0_375/0_442_67##//4/0_375/0_442_67##Reference:452# @x@ #Reference:453##//4/0_375/0_442_67##//4/0_375/0_442_67##//0_363_153##Reference:373##//0_363_149#Parameter:363#//0_363_149##Reference:373##//0_363_153##//4/0_375/0_442_67##//4/0_375/0_442_67##Reference:453##//4/0_375/0_446_75# @RPAREN@#Reference:458#}@DENO@{#Reference:459##//4/0_375/0_442_67##//0_363_153##Reference:373##//0_363_149#Parameter:363#//0_363_149##Reference:373##//0_363_153##//4/0_375/0_442_67##Reference:459#}@/DIV@#//4/0_375/0_463# @RPAREN@#//4/0_375/0_463_79# @RPAREN@#//0_378_155#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{\left( \color{#021af3}{argc} \times \color{#021af3}{argc} \right) }{\color{#021af3}{argc}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{\left( Parameter:363 \times Parameter:363 \right) }{Parameter:363} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \dfrac{\left( \color{#000000}{argc} \times \color{#000000}{argc} \right) }{\color{#000000}{argc}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @LPAREN@ random@LPAREN@Z@RPAREN@ @-@ k @RPAREN@ @x@ i @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_408_170#@LPAREN@ #//4/0_405/0_696_50##//4/0_405/0_696#@LPAREN@ #//4/0_405/0_669_48##Reference:688#@LPAREN@ #//4/0_405/0_669_39##Reference:671##//4/0_405/0_669_34##Call:666#random@LPAREN@#Reference:664#Z#Reference:664#@RPAREN@#Call:666##//4/0_405/0_669_34##Reference:671# @-@ #Reference:672#k#Reference:672##//4/0_405/0_669_39# @RPAREN@#Reference:688# @x@ #Reference:689#i#Reference:689##//4/0_405/0_669_48# @RPAREN@#//4/0_405/0_696##//4/0_405/0_696_50# @RPAREN@#//0_408_170#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \left( random\left( Z\right) - k \right) \times i \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \left( random\left( Z\right) - k \right) \times i \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \left( random\left( Z\right) - k \right) \times i \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ Integer:683 @x@ i @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_408_170#@LPAREN@ #//4/0_405/0_696_50##//4/0_405/0_696#@LPAREN@ #//4/0_405/0_669_48##Reference:688##//4/0_405/0_669_43#Integer:683#//4/0_405/0_669_43##Reference:688# @x@ #Reference:689#i#Reference:689##//4/0_405/0_669_48# @RPAREN@#//4/0_405/0_696##//4/0_405/0_696_50# @RPAREN@#//0_408_170#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#177dde}{0} \times i \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( Integer:683 \times i \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{0} \times i \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Integer:54 @-@ @LPAREN@ @LPAREN@ Double:77 @x@ Integer:54 @-@ Double:77 @RPAREN@ @RPAREN@ @+@ Integer:58 @x@ @LPAREN@ @LPAREN@ Double:77 @x@ Integer:59 @-@ Double:77 @RPAREN@ @RPAREN@ @+@ @LPAREN@ @LPAREN@ Double:77 @x@ Integer:64 @-@ Double:77 @RPAREN@ @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_74_21#@LPAREN@ #//0_74##//0_54_10#Integer:54#//0_54_10# @-@ @LPAREN@ #//3/0_57/0_89_9#@LPAREN@ #//3/0_57/0_89##Reference:81##//3/0_57/0_80_1##//3/0_57/0_77_2#Double:77#//3/0_57/0_77_2##//3/0_57/0_80_1##Reference:81# @x@ #Reference:82##//3/0_57/0_76_4##//0_54_10#Integer:54#//0_54_10##//3/0_57/0_76_4##Reference:82# @-@ #Reference:85##//3/0_57/0_80_1##//3/0_57/0_77_2#Double:77#//3/0_57/0_77_2##//3/0_57/0_80_1##Reference:85##//3/0_57/0_89# @RPAREN@#//3/0_57/0_89_9# @RPAREN@ @+@ #//0_58_15#Integer:58#//0_58_15# @x@ @LPAREN@ #//3/0_61/0_89_9#@LPAREN@ #//3/0_61/0_89##Reference:81##//3/0_61/0_80_1##//3/0_61/0_77_2#Double:77#//3/0_61/0_77_2##//3/0_61/0_80_1##Reference:81# @x@ #Reference:82##//3/0_61/0_76_4##//0_59_12#Integer:59#//0_59_12##//3/0_61/0_76_4##Reference:82# @-@ #Reference:85##//3/0_61/0_80_1##//3/0_61/0_77_2#Double:77#//3/0_61/0_77_2##//3/0_61/0_80_1##Reference:85##//3/0_61/0_89# @RPAREN@#//3/0_61/0_89_9# @RPAREN@ @+@ @LPAREN@ #//3/0_66/0_89_9#@LPAREN@ #//3/0_66/0_89##Reference:81##//3/0_66/0_80_1##//3/0_66/0_77_2#Double:77#//3/0_66/0_77_2##//3/0_66/0_80_1##Reference:81# @x@ #Reference:82##//3/0_66/0_76_4##//0_64_16#Integer:64#//0_64_16##//3/0_66/0_76_4##Reference:82# @-@ #Reference:85##//3/0_66/0_80_1##//3/0_66/0_77_2#Double:77#//3/0_66/0_77_2##//3/0_66/0_80_1##Reference:85##//3/0_66/0_89# @RPAREN@#//3/0_66/0_89_9# @RPAREN@#//0_74# @RPAREN@#//0_74_21#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#95e217}{3} - \left( \left( \color{#075768}{3.14} \times \color{#95e217}{3} - \color{#075768}{3.14} \right) \right) + \color{#be02b7}{12} \times \left( \left( \color{#075768}{3.14} \times \color{#a19e8b}{5} - \color{#075768}{3.14} \right) \right) + \left( \left( \color{#075768}{3.14} \times \color{#474b57}{6} - \color{#075768}{3.14} \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Integer:54 - \left( \left( Double:77 \times Integer:54 - Double:77 \right) \right) + Integer:58 \times \left( \left( Double:77 \times Integer:59 - Double:77 \right) \right) + \left( \left( Double:77 \times Integer:64 - Double:77 \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#000000}{3} - \left( \left( \color{#000000}{3.14} \times \color{#000000}{3} - \color{#000000}{3.14} \right) \right) + \color{#000000}{12} \times \left( \left( \color{#000000}{3.14} \times \color{#000000}{5} - \color{#000000}{3.14} \right) \right) + \left( \left( \color{#000000}{3.14} \times \color{#000000}{6} - \color{#000000}{3.14} \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @-@ Parameter:246@RPAREN@ @x@ Math@REF@pow@LPAREN@@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@@-@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@pow@LPAREN@Parameter:244,@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @-@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @-@ Parameter:246@RPAREN@ @x@ Math@REF@pow@LPAREN@@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@@-@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @x@ phi@LPAREN@Parameter:244,@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@,@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@,@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@,Parameter:252@RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_472_274#@LPAREN@ #//0_472##Reference:441#@LPAREN@ #//0_440_254#@LPAREN@#Reference:421#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{#Reference:268#Parameter:248#Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{#Reference:268#Parameter:248#Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255#Parameter:250#Reference:255#}@DENO@{#Reference:256#Parameter:248#Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:421# @-@ #Reference:422##//0_246_185##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:422#@RPAREN@ @x@ #Reference:426#Math#Reference:426#@REF@#Call:434#pow@LPAREN@#Reference:427#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:427#,@LPAREN@@-@#Reference:429#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:429#@RPAREN@@RPAREN@#Call:434##//0_440_254# @RPAREN@#Reference:441# @x@ #Reference:442#Math#Reference:442#@REF@#Call:447#pow@LPAREN@#Reference:443##//0_244_258#Parameter:244#//0_244_258##Reference:443#,#Reference:445#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:445#@RPAREN@#Call:447# @-@ #Reference:451#@LPAREN@ #//0_440_254#@LPAREN@#Reference:421#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:421# @-@ #Reference:422##//0_246_185##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:422#@RPAREN@ @x@ #Reference:426#Math#Reference:426#@REF@#Call:434#pow@LPAREN@#Reference:427#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:427#,@LPAREN@@-@#Reference:429#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:429#@RPAREN@@RPAREN@#Call:434##//0_440_254# @RPAREN@#Reference:451# @x@ #Call:466#phi@LPAREN@#Reference:452##//0_244_258#Parameter:244#//0_244_258##Reference:452#,#Reference:454#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:454#,#Reference:456#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:456#,#Reference:458#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{#Reference:268#Parameter:248#Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{#Reference:268#Parameter:248#Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:458#,#Reference:460#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:460#,#Reference:462#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:462#,#Reference:464##//0_252_155#Parameter:252#//0_252_155##Reference:464#@RPAREN@#Call:466##//0_472# @RPAREN@#//0_472_274#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \left( \left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) - \color{#644518}{x}\right) \times Math.pow\left( \left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) \right) \right) \right) \times Math.pow\left( \color{#61b7f0}{s},\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) \right) - \left( \left( \left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) - \color{#644518}{x}\right) \times Math.pow\left( \left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) \right) \right) \right) \times phi\left( \color{#61b7f0}{s},\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) ,\left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) ,\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) ,\color{#74f66b}{variance}\right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \left( \left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) - Parameter:246\right) \times Math.pow\left( \left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) \right) \right) \right) \times Math.pow\left( Parameter:244,\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) \right) - \left( \left( \left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) - Parameter:246\right) \times Math.pow\left( \left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) \right) \right) \right) \times phi\left( Parameter:244,\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) ,\left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) ,\left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) ,\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) ,\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) ,Parameter:252\right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \left( \left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) - \color{#000000}{x}\right) \times Math.pow\left( \left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) \right) \right) \right) \times Math.pow\left( \color{#000000}{s},\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) \right) - \left( \left( \left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) - \color{#000000}{x}\right) \times Math.pow\left( \left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) \right) \right) \right) \times phi\left( \color{#000000}{s},\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) ,\left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) ,\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) ,\color{#000000}{variance}\right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ log@LPAREN@@DIV@@NUM@{@LPAREN@Parameter:83 @+@ @LPAREN@ @DIV@@NUM@{valueOf@LPAREN@@LPAREN@ String:72 @RPAREN@@REF@split@LPAREN@String:89@RPAREN@@RPAREN@@REF@Property:143}@DENO@{Integer:103}@/DIV@ @RPAREN@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ @DIV@@NUM@{valueOf@LPAREN@@LPAREN@ String:72 @RPAREN@@REF@split@LPAREN@String:89@RPAREN@@RPAREN@@REF@Property:143}@DENO@{Integer:103}@/DIV@ @RPAREN@ @+@ Integer:110 @RPAREN@}@/DIV@@RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_131_30##//0_131#@LPAREN@ #//0_115_28##Call:126#log@LPAREN@@DIV@@NUM@{@LPAREN@#Reference:117##//0_83_20#Parameter:83#//0_83_20##Reference:117# @+@ #Reference:118#@LPAREN@ #//0_108_15#@DIV@@NUM@{#Reference:98##//0_97_9##Call:94#valueOf@LPAREN@@LPAREN@ #//5/0_88/0_80_4##//5/0_88/0_80##//5/0_88/0_75_1##//5/0_88/0_72_2#String:72#//5/0_88/0_72_2##//5/0_88/0_75_1##//5/0_88/0_80##//5/0_88/0_80_4# @RPAREN@@REF@#Call:91#split@LPAREN@#//0_89_7#String:89#//0_89_7#@RPAREN@#Call:91#@RPAREN@#Call:94##//0_97_9##Reference:98#@REF@#Reference:141##//0_143_11##//0_143_11#Property:143#//0_143_11##//0_143_11##Reference:141#}@DENO@{#//0_103_14##//0_103_14#Integer:103#//0_103_14##//0_103_14#}@/DIV@#//0_108_15# @RPAREN@#Reference:118#@RPAREN@}@DENO@{#Reference:122#@LPAREN@ #//0_115_19##Reference:109#@LPAREN@ #//0_108_15#@DIV@@NUM@{#Reference:98##//0_97_9##Call:94#valueOf@LPAREN@@LPAREN@ #//5/0_88/0_80_4##//5/0_88/0_80##//5/0_88/0_75_1##//5/0_88/0_72_2#String:72#//5/0_88/0_72_2##//5/0_88/0_75_1##//5/0_88/0_80##//5/0_88/0_80_4# @RPAREN@@REF@#Call:91#split@LPAREN@#//0_89_7#String:89#//0_89_7#@RPAREN@#Call:91#@RPAREN@#Call:94##//0_97_9##Reference:98#@REF@#Reference:141##//0_143_11##//0_143_11#Property:143#//0_143_11##//0_143_11##Reference:141#}@DENO@{#//0_103_14##//0_103_14#Integer:103#//0_103_14##//0_103_14#}@/DIV@#//0_108_15# @RPAREN@#Reference:109# @+@ #//0_110_18#Integer:110#//0_110_18##//0_115_19# @RPAREN@#Reference:122#}@/DIV@@RPAREN@#Call:126##//0_115_28# @RPAREN@#//0_131##//0_131_30#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( log\left( \dfrac{\left( \color{#cfd404}{argc} + \left( \dfrac{valueOf\left( \left( \color{#9c35fd}{a,b,c,d,e,f} \right) .split\left( \color{#878023}{,}\right) \right) .\color{#1b77c4}{[0]}}{\color{#35b12d}{2}} \right) \right) }{\left( \left( \dfrac{valueOf\left( \left( \color{#9c35fd}{a,b,c,d,e,f} \right) .split\left( \color{#878023}{,}\right) \right) .\color{#1b77c4}{[0]}}{\color{#35b12d}{2}} \right) + \color{#b2330e}{3} \right) }\right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( log\left( \dfrac{\left( Parameter:83 + \left( \dfrac{valueOf\left( \left( String:72 \right) .split\left( String:89\right) \right) .Property:143}{Integer:103} \right) \right) }{\left( \left( \dfrac{valueOf\left( \left( String:72 \right) .split\left( String:89\right) \right) .Property:143}{Integer:103} \right) + Integer:110 \right) }\right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( log\left( \dfrac{\left( \color{#000000}{argc} + \left( \dfrac{valueOf\left( \left( \color{#000000}{a,b,c,d,e,f} \right) .split\left( \color{#000000}{,}\right) \right) .\color{#000000}{[0]}}{\color{#000000}{2}} \right) \right) }{\left( \left( \dfrac{valueOf\left( \left( \color{#000000}{a,b,c,d,e,f} \right) .split\left( \color{#000000}{,}\right) \right) .\color{#000000}{[0]}}{\color{#000000}{2}} \right) + \color{#000000}{3} \right) }\right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Parameter:291 @x@ Parameter:284 @x@ @LPAREN@Parameter:287 @x@ TypeRef:374@REF@value@LPAREN@Parameter:284 @x@ @LPAREN@ @DIV@@NUM@{Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:287}@DENO@{Parameter:286}@/DIV@@RPAREN@}@DENO@{Parameter:288}@/DIV@ @+@ Double:350 @x@ Parameter:288 @RPAREN@@RPAREN@ @-@ Parameter:286 @x@ TypeRef:374@REF@value@LPAREN@Parameter:284 @x@ @LPAREN@ @LPAREN@ @DIV@@NUM@{Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:287}@DENO@{Parameter:286}@/DIV@@RPAREN@}@DENO@{Parameter:288}@/DIV@ @+@ Double:350 @x@ Parameter:288 @RPAREN@ @-@ Parameter:288 @RPAREN@@RPAREN@@RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_417_98##//0_421#@LPAREN@ #//0_409_95##Reference:376##//0_291_73#Parameter:291#//0_291_73##Reference:376# @x@ #Reference:377##//0_284_40#Parameter:284#//0_284_40##Reference:377# @x@ @LPAREN@#Reference:378##//0_287_44#Parameter:287#//0_287_44##Reference:378# @x@ #Reference:379##//0_373_72##Construct:369##//0_368_69##TypeReference:368#TypeRef:374#TypeReference:368##//0_368_69##Construct:369##//0_373_72##Reference:379#@REF@#Call:385#value@LPAREN@#Reference:380##//0_284_40#Parameter:284#//0_284_40##Reference:380# @x@ #Reference:381#@LPAREN@ #//0_358_64#@DIV@@NUM@{#Reference:339#Math#Reference:339#@REF@#Call:345#log@LPAREN@@DIV@@NUM@{#Reference:340##//0_287_44##//0_287_44##//0_287_44#Parameter:287#//0_287_44##//0_287_44##//0_287_44##Reference:340#}@DENO@{#Reference:341##//0_286_47##//0_286_47##//0_286_47#Parameter:286#//0_286_47##//0_286_47##//0_286_47##Reference:341#}@/DIV@@RPAREN@#Call:345#}@DENO@{#Reference:347##//0_288_34##//0_288_34#Parameter:288#//0_288_34##//0_288_34##Reference:347#}@/DIV@ @+@ #//0_350_62##//0_350_62#Double:350#//0_350_62##//0_350_62# @x@ #Reference:351##//0_288_34##//0_288_34#Parameter:288#//0_288_34##//0_288_34##Reference:351##//0_358_64# @RPAREN@#Reference:381#@RPAREN@#Call:385# @-@ #Reference:389##//0_286_47##//0_286_47##//0_286_47#Parameter:286#//0_286_47##//0_286_47##//0_286_47##Reference:389# @x@ #Reference:390##//0_373_72##Construct:369##//0_368_69##TypeReference:368#TypeRef:374#TypeReference:368##//0_368_69##Construct:369##//0_373_72##Reference:390#@REF@#Call:396#value@LPAREN@#Reference:391##//0_284_40#Parameter:284#//0_284_40##Reference:391# @x@ #Reference:392#@LPAREN@ #//0_365_68##Reference:359#@LPAREN@ #//0_358_64#@DIV@@NUM@{#Reference:339#Math#Reference:339#@REF@#Call:345#log@LPAREN@@DIV@@NUM@{#Reference:340##//0_287_44##//0_287_44##//0_287_44#Parameter:287#//0_287_44##//0_287_44##//0_287_44##Reference:340#}@DENO@{#Reference:341##//0_286_47##//0_286_47##//0_286_47#Parameter:286#//0_286_47##//0_286_47##//0_286_47##Reference:341#}@/DIV@@RPAREN@#Call:345#}@DENO@{#Reference:347##//0_288_34##//0_288_34##//0_288_34#Parameter:288#//0_288_34##//0_288_34##//0_288_34##Reference:347#}@/DIV@ @+@ #//0_350_62##//0_350_62#Double:350#//0_350_62##//0_350_62# @x@ #Reference:351##//0_288_34##//0_288_34##//0_288_34#Parameter:288#//0_288_34##//0_288_34##//0_288_34##Reference:351##//0_358_64# @RPAREN@#Reference:359# @-@ #Reference:360##//0_288_34#Parameter:288#//0_288_34##Reference:360##//0_365_68# @RPAREN@#Reference:392#@RPAREN@#Call:396#@RPAREN@#//0_409_95# @RPAREN@#//0_421##//0_417_98#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#167091}{discount} \times \color{#a5792f}{optType} \times \left( \color{#3fd522}{spot} \times \color{#60c3be}{CumNorm}.value\left( \color{#a5792f}{optType} \times \left( \dfrac{Math.log\left( \dfrac{\color{#3fd522}{spot}}{\color{#d4f71d}{strike}}\right) }{\color{#df2a3f}{stdDev}} + \color{#9a23e9}{0.5} \times \color{#df2a3f}{stdDev} \right) \right) - \color{#d4f71d}{strike} \times \color{#60c3be}{CumNorm}.value\left( \color{#a5792f}{optType} \times \left( \left( \dfrac{Math.log\left( \dfrac{\color{#3fd522}{spot}}{\color{#d4f71d}{strike}}\right) }{\color{#df2a3f}{stdDev}} + \color{#9a23e9}{0.5} \times \color{#df2a3f}{stdDev} \right) - \color{#df2a3f}{stdDev} \right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Parameter:291 \times Parameter:284 \times \left( Parameter:287 \times TypeRef:374.value\left( Parameter:284 \times \left( \dfrac{Math.log\left( \dfrac{Parameter:287}{Parameter:286}\right) }{Parameter:288} + Double:350 \times Parameter:288 \right) \right) - Parameter:286 \times TypeRef:374.value\left( Parameter:284 \times \left( \left( \dfrac{Math.log\left( \dfrac{Parameter:287}{Parameter:286}\right) }{Parameter:288} + Double:350 \times Parameter:288 \right) - Parameter:288 \right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#000000}{discount} \times \color{#000000}{optType} \times \left( \color{#000000}{spot} \times \color{#000000}{CumNorm}.value\left( \color{#000000}{optType} \times \left( \dfrac{Math.log\left( \dfrac{\color{#000000}{spot}}{\color{#000000}{strike}}\right) }{\color{#000000}{stdDev}} + \color{#000000}{0.5} \times \color{#000000}{stdDev} \right) \right) - \color{#000000}{strike} \times \color{#000000}{CumNorm}.value\left( \color{#000000}{optType} \times \left( \left( \dfrac{Math.log\left( \dfrac{\color{#000000}{spot}}{\color{#000000}{strike}}\right) }{\color{#000000}{stdDev}} + \color{#000000}{0.5} \times \color{#000000}{stdDev} \right) - \color{#000000}{stdDev} \right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@@LPAREN@ @LPAREN@ @LPAREN@@LPAREN@ Parameter:287 @-@ Parameter:286 @RPAREN@@RPAREN@ @RPAREN@ @x@ Parameter:284 @RPAREN@,Double:307@RPAREN@ @x@ Parameter:291 @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_417_98#@LPAREN@ #//0_315#@LPAREN@ #//0_313_109##Reference:297#Math#Reference:297#@REF@#//0_309_107##Call:309#max@LPAREN@@LPAREN@ #//0_305_106#@LPAREN@ #//0_302_104#@LPAREN@@LPAREN@ #//0_301_103##Reference:298##//0_287_101##Reference:298##//0_287_44#Parameter:287#//0_287_44##Reference:298##//0_287_101##Reference:298# @-@ #Reference:299##//0_286_102##Reference:299##//0_286_47#Parameter:286#//0_286_47##Reference:299##//0_286_102##Reference:299##//0_301_103# @RPAREN@@RPAREN@#//0_302_104# @RPAREN@ @x@ #Reference:303##//0_284_105##Reference:303##//0_284_40#Parameter:284#//0_284_40##Reference:303##//0_284_105##Reference:303##//0_305_106# @RPAREN@,Double:307@RPAREN@#Call:309##//0_309_107# @x@ #Reference:311##//0_291_108##Reference:311##//0_291_73#Parameter:291#//0_291_73##Reference:311##//0_291_108##Reference:311##//0_313_109# @RPAREN@#//0_315# @RPAREN@#//0_417_98#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( Math.max\left( \left( \left( \left( \left( \color{#3fd522}{spot} - \color{#d4f71d}{strike} \right) \right) \right) \times \color{#a5792f}{optType} \right) ,\color{#1c58be}{0.0}\right) \times \color{#167091}{discount} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( Math.max\left( \left( \left( \left( \left( Parameter:287 - Parameter:286 \right) \right) \right) \times Parameter:284 \right) ,Double:307\right) \times Parameter:291 \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( Math.max\left( \left( \left( \left( \left( \color{#000000}{spot} - \color{#000000}{strike} \right) \right) \right) \times \color{#000000}{optType} \right) ,\color{#000000}{0.0}\right) \times \color{#000000}{discount} \right) \right)
|
data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.inter
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ Parameter:287 @x@ Parameter:291 @RPAREN@ @RPAREN@
|
data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.raw
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
#//0_417_98##//0_337##//0_438_51##Reference:443#@LPAREN@ #//0_438_50#@LPAREN@ #//0_330_100##Reference:327##//0_287_45##Reference:327##//0_287_44#Parameter:287#//0_287_44##Reference:327##//0_287_45##Reference:327# @x@ #Reference:328##//0_291_74##Reference:328##//0_291_73#Parameter:291#//0_291_73##Reference:328##//0_291_74##Reference:328##//0_330_100# @RPAREN@#//0_438_50# @RPAREN@#Reference:443##//0_438_51##//0_337##//0_417_98#
|
data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.tex
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#3fd522}{spot} \times \color{#167091}{discount} \right) \right)
|