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
|
+
\left( \left( Parameter:287 \times Parameter:291 \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#000000}{spot} \times \color{#000000}{discount} \right) \right)
|
data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.inter
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Double:332
|
data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.raw
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
#//0_417_98##//0_337##//0_438_51##Reference:443##//0_438_46#Double:332#//0_438_46##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_put/formula-100.tex
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
\color{#01e751}{0.0}
|
@@ -0,0 +1 @@
|
|
1
|
+
Double:332
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{0.0}
|
@@ -0,0 +1 @@
|
|
1
|
+
Double:84
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_121_25##//0_121##//0_87_15##//0_84_16#Double:84#//0_84_16##//0_87_15##//0_121##//0_121_25#
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#e3d8fd}{0.0}
|
@@ -0,0 +1 @@
|
|
1
|
+
Double:84
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{0.0}
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @DIV@@NUM@{Parameter:261}@DENO@{Integer:266}@/DIV@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_280_70##//0_280##//4/0_270/0_251_53##Reference:289##//4/0_270/0_282_51#@LPAREN@ #//0_268_62#@DIV@@NUM@{#Reference:265##//0_261_60#Parameter:261#//0_261_60##Reference:265#}@DENO@{#//0_266_63#Integer:266#//0_266_63#}@/DIV@#//0_268_62# @RPAREN@#//4/0_270/0_282_51##Reference:289##//4/0_270/0_251_53##//0_280##//0_280_70#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{\color{#37ebd9}{argc}}{\color{#aefd7a}{2}} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{Parameter:261}{Integer:266} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{\color{#000000}{argc}}{\color{#000000}{2}} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Integer:84 @+@ @LPAREN@ @LPAREN@ @LPAREN@pi @x@ Integer:84@RPAREN@ @-@ pi @RPAREN@ @RPAREN@ @+@ Integer:88 @x@ @LPAREN@ @LPAREN@ c @+@ Integer:89 @-@ c @RPAREN@ @RPAREN@ @-@ @LPAREN@ @LPAREN@ k @-@ @LPAREN@Integer:94 @x@ k@RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_108_43##//0_108#@LPAREN@ #//0_105_41##//0_84_30#Integer:84#//0_84_30# @+@ @LPAREN@ #//3/0_87/0_120_10#@LPAREN@ #//3/0_87/0_120#@LPAREN@#Reference:111#pi#Reference:111# @x@ #Reference:112##//3/0_87/0_110_3##//0_84_30#Integer:84#//0_84_30##//3/0_87/0_110_3##Reference:112#@RPAREN@ @-@ #Reference:116#pi#Reference:116##//3/0_87/0_120# @RPAREN@#//3/0_87/0_120_10# @RPAREN@ @+@ #//0_88_35#Integer:88#//0_88_35# @x@ @LPAREN@ #//3/0_91/0_131_19#@LPAREN@ #//3/0_91/0_131##Reference:123#c#Reference:123# @+@ #Reference:124##//3/0_91/0_122_13##//0_89_32#Integer:89#//0_89_32##//3/0_91/0_122_13##Reference:124# @-@ #Reference:125#c#Reference:125##//3/0_91/0_131# @RPAREN@#//3/0_91/0_131_19# @RPAREN@ @-@ @LPAREN@ #//3/0_96/0_143_29#@LPAREN@ #//3/0_96/0_143##Reference:134#k#Reference:134# @-@ @LPAREN@#Reference:135##//3/0_96/0_133_22##//0_94_36#Integer:94#//0_94_36##//3/0_96/0_133_22##Reference:135# @x@ #Reference:136#k#Reference:136#@RPAREN@#//3/0_96/0_143# @RPAREN@#//3/0_96/0_143_29# @RPAREN@#//0_105_41# @RPAREN@#//0_108##//0_108_43#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#58de4d}{3} + \left( \left( \left( pi \times \color{#58de4d}{3}\right) - pi \right) \right) + \color{#1db142}{12} \times \left( \left( c + \color{#884441}{5} - c \right) \right) - \left( \left( k - \left( \color{#59b5ec}{6} \times k\right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Integer:84 + \left( \left( \left( pi \times Integer:84\right) - pi \right) \right) + Integer:88 \times \left( \left( c + Integer:89 - c \right) \right) - \left( \left( k - \left( Integer:94 \times k\right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#000000}{3} + \left( \left( \left( pi \times \color{#000000}{3}\right) - pi \right) \right) + \color{#000000}{12} \times \left( \left( c + \color{#000000}{5} - c \right) \right) - \left( \left( k - \left( \color{#000000}{6} \times k\right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Null:133@REF@Parameter:108 @x@ Null:133@REF@String:163@REF@size @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_191_33##//0_191#@LPAREN@ #//0_188_31##Reference:176##//0_136_14##//0_133_15#Null:133#//0_133_15##//0_136_14##Reference:176#@REF@#Reference:177##//0_104_22##//4/0_170/0_104_8##Reference:203##//4/0_170/0_104_6##Reference:118##//4/0_170/0_108_4#Parameter:108#//4/0_170/0_108_4##Reference:118##//4/0_170/0_104_6##Reference:203##//4/0_170/0_104_8##//0_104_22##Reference:177# @x@ #Reference:179##//0_136_14##//0_133_15#Null:133#//0_133_15##//0_136_14##Reference:179#@REF@#Reference:180##//0_101_26##//4/0_170/0_101_11##Reference:204##//4/0_170/0_101_3##Reference:112##//4/0_170/0_105_1##//0_163_46#String:163#//0_163_46##//4/0_170/0_105_1##Reference:112##//4/0_170/0_101_3##Reference:204##//4/0_170/0_101_11##//0_101_26##Reference:180#@REF@#Call:181#size#Call:181##//0_188_31# @RPAREN@#//0_191##//0_191_33#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#9db43c}{NULL}.\color{#8e0dbd}{age} \times \color{#9db43c}{NULL}.\color{#f76654}{bob}.size \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Null:133.Parameter:108 \times Null:133.String:163.size \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#000000}{NULL}.\color{#000000}{age} \times \color{#000000}{NULL}.\color{#000000}{bob}.size \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@TSTART@User@TEND@@DESCSTART@@DESCITEMSTART@@TSTART@age@TEND@=@DIV@@NUM@{Parameter:124 @x@ Parameter:124 @+@ Integer:149}@DENO@{Parameter:124}@/DIV@@DESCITEMEND@@DESCITEMSTART@@TSTART@name@TEND@=String:163@DESCITEMEND@@DESCEND@@REF@@DIV@@NUM@{Parameter:124 @x@ Parameter:124 @+@ Integer:149}@DENO@{Parameter:124}@/DIV@ @x@ @TSTART@User@TEND@@DESCSTART@@DESCITEMSTART@@TSTART@age@TEND@=@DIV@@NUM@{Parameter:124 @x@ Parameter:124 @+@ Integer:149}@DENO@{Parameter:124}@/DIV@@DESCITEMEND@@DESCITEMSTART@@TSTART@name@TEND@=String:163@DESCITEMEND@@DESCEND@@REF@Parameter:105@REF@size
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_191_33##//0_191##//0_188_31##Reference:176##//0_136_20##//4/0_170/0_206_10##//4/0_170/0_206##//4/0_170/0_201_9#@TSTART@User@TEND@@DESCSTART@@DESCITEMSTART@@TSTART@age@TEND@=#Reference:203##//4/0_170/0_104_6##Reference:118##//0_168_45#@DIV@@NUM@{#Reference:165##//0_131_43##Reference:165##//0_131_38##Reference:145##//0_124_34##Reference:146##//0_124_19##Reference:145##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:145# @x@ #Reference:146##//0_124_34##Reference:146##//0_124_19##Reference:145##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:146# @+@ Integer:149#//0_131_38##Reference:165##//0_131_43##Reference:165#}@DENO@{#Reference:166##//0_124_44##Reference:166##//0_124_34##Reference:146##//0_124_19##Reference:145##//0_124_39##Reference:154##//0_124_34##Reference:146##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:154##//0_124_39##Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:166##//0_124_44##Reference:166#}@/DIV@#//0_168_45##Reference:118##//4/0_170/0_104_6##Reference:203#@DESCITEMEND@@DESCITEMSTART@@TSTART@name@TEND@=#Reference:204##//4/0_170/0_101_3##Reference:112##//0_163_46#String:163#//0_163_46##Reference:112##//4/0_170/0_101_3##Reference:204#@DESCITEMEND@@DESCEND@#//4/0_170/0_201_9##//4/0_170/0_206##//4/0_170/0_206_10##//0_136_20##Reference:176#@REF@#Reference:177##//4/0_170/0_104_8##Reference:203##//4/0_170/0_104_6##Reference:118##//0_168_45#@DIV@@NUM@{#Reference:165##//0_131_43##Reference:165##//0_131_38##Reference:145##//0_124_34##Reference:146##//0_124_19##Reference:145##//0_124_39##Reference:154##//0_124_34##Reference:146##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:154##//0_124_39##Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:145# @x@ #Reference:146##//0_124_34##Reference:146##//0_124_19##Reference:145##//0_124_39##Reference:154##//0_124_34##Reference:146##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:154##//0_124_39##Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:146# @+@ Integer:149#//0_131_38##Reference:165##//0_131_43##Reference:165#}@DENO@{#Reference:166##//0_124_44##Reference:166##//0_124_34##Reference:146##//0_124_19##Reference:145##//0_124_39##Reference:154##//0_124_34##Reference:146##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:154##//0_124_39##Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:166##//0_124_44##Reference:166#}@/DIV@#//0_168_45##Reference:118##//4/0_170/0_104_6##Reference:203##//4/0_170/0_104_8##Reference:177# @x@ #Reference:179##//0_136_20##//4/0_170/0_206_10##//4/0_170/0_206##//4/0_170/0_201_9#@TSTART@User@TEND@@DESCSTART@@DESCITEMSTART@@TSTART@age@TEND@=#Reference:203##//4/0_170/0_104_6##Reference:118##//0_168_45#@DIV@@NUM@{#Reference:165##//0_131_43##Reference:165##//0_131_38##Reference:145##//0_124_34##Reference:146##//0_124_19##Reference:145##//0_124_39##Reference:154##//0_124_34##Reference:146##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:154##//0_124_39##Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:145# @x@ #Reference:146##//0_124_34##Reference:146##//0_124_19##Reference:145##//0_124_39##Reference:154##//0_124_34##Reference:146##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:154##//0_124_39##Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:146# @+@ Integer:149#//0_131_38##Reference:165##//0_131_43##Reference:165#}@DENO@{#Reference:166##//0_124_44##Reference:166##//0_124_39##Reference:154##//0_124_34##Reference:146##//0_124_19##Reference:145#Parameter:124#Reference:145##//0_124_19##Reference:146##//0_124_34##Reference:154##//0_124_39##Reference:166##//0_124_44##Reference:166#}@/DIV@#//0_168_45##Reference:118##//4/0_170/0_104_6##Reference:203#@DESCITEMEND@@DESCITEMSTART@@TSTART@name@TEND@=#Reference:204##//4/0_170/0_101_3##Reference:112##//0_163_46#String:163#//0_163_46##Reference:112##//4/0_170/0_101_3##Reference:204#@DESCITEMEND@@DESCEND@#//4/0_170/0_201_9##//4/0_170/0_206##//4/0_170/0_206_10##//0_136_20##Reference:179#@REF@#Reference:180##//4/0_170/0_101_11##Reference:204##//4/0_170/0_101_3##Reference:112#Parameter:105#Reference:112##//4/0_170/0_101_3##Reference:204##//4/0_170/0_101_11##Reference:180#@REF@#Call:181#size#Call:181##//0_188_31##//0_191##//0_191_33#
|
@@ -0,0 +1 @@
|
|
1
|
+
\dfrac{\color{#9b6153}{\text{argc}} \times \color{#9b6153}{\text{argc}} + \color{#947ba5}{\text{30}}}{\color{#9b6153}{\text{argc}}} \times \color{#f76654}{\text{"bob"}}.size()
|
@@ -0,0 +1 @@
|
|
1
|
+
\text{ User }\left\{\begin{array}{l} \text{ age }= \dfrac{Parameter:124 \times Parameter:124 + Integer:149}{Parameter:124} \\ \text{ name }=String:163 \\\end{array}\right.. \dfrac{Parameter:124 \times Parameter:124 + Integer:149}{Parameter:124} \times \text{ User }\left\{\begin{array}{l} \text{ age }= \dfrac{Parameter:124 \times Parameter:124 + Integer:149}{Parameter:124} \\ \text{ name }=String:163 \\\end{array}\right..Parameter:105.size
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-2651e2@{@TSTART@repeat@TEND@@LBRACK@StackVar:567 @x@ StackVar:581@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_390_161#@LPAREN@ #//4/0_387/0_602_125##//4/0_387/0_602#@LPAREN@ #//4/0_387/0_567_123#@COLOR-2651e2@{@TSTART@repeat@TEND@@LBRACK@#Reference:593#StackVar:567#Reference:593# @x@ #Reference:594#StackVar:581#Reference:594#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_387/0_567_123# @RPAREN@#//4/0_387/0_602##//4/0_387/0_602_125# @RPAREN@#//0_390_161#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#2651e2}{\text{ repeat }\left[\color{#05034f}{value} \times \color{#3eca32}{i}\right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#2651e2}{\text{ repeat }\left[StackVar:567 \times StackVar:581\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@ @COLOR-469e26@{@TSTART@repeat@TEND@@LBRACK@StackVar:471 @x@ StackVar:501@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_384_158#@LPAREN@ #//4/0_381/0_522_99##//4/0_381/0_522#@LPAREN@ #//4/0_381/0_471_97#@COLOR-469e26@{@TSTART@repeat@TEND@@LBRACK@#Reference:513#StackVar:471#Reference:513# @x@ #Reference:514#StackVar:501#Reference:514#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_381/0_471_97# @RPAREN@#//4/0_381/0_522##//4/0_381/0_522_99# @RPAREN@#//0_384_158#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#469e26}{\text{ repeat }\left[\color{#d6a23a}{value} \times \color{#72ddf4}{i}\right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#469e26}{\text{ repeat }\left[StackVar:471 \times StackVar:501\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@ @COLOR-90e1cf@{@TSTART@repeat@TEND@@LBRACK@StackVar:530 @x@ StackVar:538@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_396_164#@LPAREN@ #//4/0_393/0_559_144##//4/0_393/0_559#@LPAREN@ #//4/0_393/0_530_142#@COLOR-90e1cf@{@TSTART@repeat@TEND@@LBRACK@#Reference:550#StackVar:530#Reference:550# @x@ #Reference:551#StackVar:538#Reference:551#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_393/0_530_142# @RPAREN@#//4/0_393/0_559##//4/0_393/0_559_144# @RPAREN@#//0_396_164#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#90e1cf}{\text{ repeat }\left[\color{#f7a86a}{value} \times \color{#a4c96c}{i}\right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#90e1cf}{\text{ repeat }\left[StackVar:530 \times StackVar:538\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@ @COLOR-2651e2@{@TSTART@repeat@TEND@@LBRACK@StackVar:567 @x@ StackVar:581@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_390_161#@LPAREN@ #//4/0_387/0_602_125##//4/0_387/0_602#@LPAREN@ #//4/0_387/0_567_123#@COLOR-2651e2@{@TSTART@repeat@TEND@@LBRACK@#Reference:593#StackVar:567#Reference:593# @x@ #Reference:594#StackVar:581#Reference:594#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_387/0_567_123# @RPAREN@#//4/0_387/0_602##//4/0_387/0_602_125# @RPAREN@#//0_390_161#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#2651e2}{\text{ repeat }\left[\color{#05034f}{value} \times \color{#3eca32}{i}\right]_{\text{ while i is lower than N }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#2651e2}{\text{ repeat }\left[StackVar:567 \times StackVar:581\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
|
+
random@REF@toString
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_252_65##Call:295#random#Call:295#@REF@#Call:296#toString#Call:296##//0_252_65#
|
@@ -0,0 +1 @@
|
|
1
|
+
random.toString
|
@@ -0,0 +1 @@
|
|
1
|
+
random.toString
|
@@ -0,0 +1 @@
|
|
1
|
+
random@REF@toString
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_252_65##Call:295#random#Call:295#@REF@#Call:296#toString#Call:296##//0_252_65#
|
@@ -0,0 +1 @@
|
|
1
|
+
random.toString
|
@@ -0,0 +1 @@
|
|
1
|
+
random.toString
|
@@ -0,0 +1 @@
|
|
1
|
+
random.toString
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ random@LPAREN@@LPAREN@ Parameter:36 @+@ Integer:42 @RPAREN@@RPAREN@@REF@toString@REF@length @x@ Integer:60 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_64_14#@LPAREN@ #//0_64##Reference:57##//0_54_9##Call:49#random@LPAREN@#Reference:47#@LPAREN@ #//0_36_5##Reference:41##//0_36_1#Parameter:36#//0_36_1##Reference:41# @+@ #//0_42_4#Integer:42#//0_42_4##//0_36_5# @RPAREN@#Reference:47#@RPAREN@#Call:49#@REF@#Call:50#toString#Call:50##//0_54_9##Reference:57#@REF@#Call:58#length#Call:58# @x@ #//0_60_13#Integer:60#//0_60_13##//0_64# @RPAREN@#//0_64_14#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( random\left( \left( \color{#ad4d03}{argc} + \color{#56800d}{2} \right) \right) .toString.length \times \color{#05e351}{3} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( random\left( \left( Parameter:36 + Integer:42 \right) \right) .toString.length \times Integer:60 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( random\left( \left( \color{#000000}{argc} + \color{#000000}{2} \right) \right) .toString.length \times \color{#000000}{3} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
StackVar:46
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_68_10##//0_68##//0_46_7#StackVar:46#//0_46_7##//0_68##//0_68_10#
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#b62fb5}{final}
|
@@ -0,0 +1 @@
|
|
1
|
+
StackVar:46
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{final}
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @LPAREN@ @COLOR-635218@{@TSTART@repeat@TEND@@LBRACK@StackVar:1355 @+@ Integer:1732@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}} @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_837_323#@LPAREN@ #//4/0_834/0_1384_172##//4/0_834/0_1384#@LPAREN@ #//4/0_834/0_1355_169#@COLOR-635218@{@TSTART@repeat@TEND@@LBRACK@#Reference:1730#StackVar:1355#Reference:1730# @+@ #//4/0_834/0_1732_170#Integer:1732#//4/0_834/0_1732_170#@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}}#//4/0_834/0_1355_169# @RPAREN@#//4/0_834/0_1384##//4/0_834/0_1384_172# @RPAREN@#//0_837_323#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#635218}{\text{ repeat }\left[\color{#5409e6}{res} + \color{#6f0cb9}{2}\right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \left( \color{#635218}{\text{ repeat }\left[StackVar:1355 + Integer:1732\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
|
+
#//0_843_326#@LPAREN@ #//4/0_840/0_1428_191##//4/0_840/0_1428##//4/0_840/0_1390_188#@COLOR-826578@{@TSTART@repeat@TEND@@LBRACK@#Reference:1418#StackVar:1390#Reference:1418# @+@ Integer:1419@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}}#//4/0_840/0_1390_188##//4/0_840/0_1428##//4/0_840/0_1428_191# @RPAREN@#//0_843_326#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \color{#826578}{\text{ repeat }\left[\color{#213e88}{res} + \color{#88c252}{2}\right]_{\text{ while nbIter is greater than 0 }}} \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
Integer:40
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_63_11##//0_63##//0_43_1#Integer:40#//0_43_1##//0_63##//0_63_11#
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#f0802b}{4}
|
@@ -0,0 +1 @@
|
|
1
|
+
Integer:40
|
@@ -0,0 +1 @@
|
|
1
|
+
@COLOR-fb7db9@{@TSTART@repeat@TEND@@LBRACK@Integer:105 @+@ Integer:173@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter is lower or equal to 0) is not verified)@TEND@}}
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_132_26##//0_132##//0_108_23#@COLOR-fb7db9@{@TSTART@repeat@TEND@@LBRACK@#Reference:172##//0_108_14#Integer:105#//0_108_14##Reference:172# @+@ Integer:173@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter is lower or equal to 0) is not verified)@TEND@}}#//0_108_23##//0_132##//0_132_26#
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#fb7db9}{\text{ repeat }\left[\color{#0e9f83}{val} + \color{#d4698c}{4}\right]_{\text{ while (nbIter=5;(nbIter is lower or equal to 0) is not verified);nbIter-- }}}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#fb7db9}{\text{ repeat }\left[Integer:105 + Integer:173\right]_{\text{ while ((nbIter is lower or equal to 0) is not verified) }}}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{false}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{false}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{false}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{true}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{false}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{false}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{false}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#000000}{false}
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ @DIV@@NUM@{min@LPAREN@@LPAREN@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@ @LPAREN@Parameter:104 @+@ Parameter:104@RPAREN@ @x@ Integer:108 @RPAREN@ @RPAREN@ @x@ @LPAREN@ @LPAREN@ @LPAREN@Parameter:104 @+@ Parameter:104@RPAREN@ @x@ Integer:108 @RPAREN@ @RPAREN@@RPAREN@ @+@ Integer:112 @RPAREN@ @RPAREN@,@LPAREN@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@Parameter:104 @x@ Parameter:104@RPAREN@ @+@ Integer:112 @RPAREN@ @+@ @LPAREN@ @LPAREN@Parameter:104 @x@ Parameter:104@RPAREN@ @+@ Integer:112 @RPAREN@@RPAREN@ @x@ Integer:108 @RPAREN@ @RPAREN@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ Property:3 @+@ Integer:168 @RPAREN@ @+@ Integer:168 @RPAREN@}@/DIV@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_145_48##//0_145#@LPAREN@ #//0_142_46#@DIV@@NUM@{#Call:136#min@LPAREN@@LPAREN@ #//5/0_124/0_162_11##//5/0_124/0_162#@LPAREN@ #//5/0_124/0_159_9#@LPAREN@#Reference:149##//5/0_124/0_147_1#@LPAREN@ #//5/0_120/0_182_25#@LPAREN@ #//5/0_120/0_182#@LPAREN@#Reference:173##//5/0_120/0_164_17##//0_104_30##Reference:116##//0_104_29#Parameter:104#//0_104_29##Reference:116##//0_104_30##//5/0_120/0_164_17##Reference:173# @+@ #Reference:174##//5/0_120/0_164_17##//0_104_30##Reference:116##//0_104_29#Parameter:104#//0_104_29##Reference:116##//0_104_30##//5/0_120/0_164_17##Reference:174#@RPAREN@ @x@ #Reference:178##//5/0_120/0_165_22##//0_111_31##Reference:118##//0_111_26##//0_108_27##//0_108_27#Integer:108#//0_108_27##//0_108_27##//0_111_26##Reference:118##//0_111_31##//5/0_120/0_165_22##Reference:178##//5/0_120/0_182# @RPAREN@#//5/0_120/0_182_25# @RPAREN@#//5/0_124/0_147_1##Reference:149# @x@ #Reference:150##//5/0_124/0_147_1#@LPAREN@ #//5/0_120/0_182_25#@LPAREN@ #//5/0_120/0_182#@LPAREN@#Reference:173##//5/0_120/0_164_17##//0_104_30##Reference:116##//0_104_29#Parameter:104#//0_104_29##Reference:116##//0_104_30##//5/0_120/0_164_17##Reference:173# @+@ #Reference:174##//5/0_120/0_164_17##//0_104_30##Reference:116##//0_104_29#Parameter:104#//0_104_29##Reference:116##//0_104_30##//5/0_120/0_164_17##Reference:174#@RPAREN@ @x@ #Reference:178##//5/0_120/0_165_22##//0_111_31##Reference:118##//0_111_26##//0_108_27##//0_108_27#Integer:108#//0_108_27##//0_108_27##//0_111_26##Reference:118##//0_111_31##//5/0_120/0_165_22##Reference:178##//5/0_120/0_182# @RPAREN@#//5/0_120/0_182_25# @RPAREN@#//5/0_124/0_147_1##Reference:150#@RPAREN@ @+@ #Reference:154##//5/0_124/0_148_6##//0_115_35##Reference:122##//0_115_28#Integer:112#//0_115_28##Reference:122##//0_115_35##//5/0_124/0_148_6##Reference:154##//5/0_124/0_159_9# @RPAREN@#//5/0_124/0_162##//5/0_124/0_162_11# @RPAREN@,@LPAREN@ #//5/0_134/0_182_25#@LPAREN@ #//5/0_134/0_182#@LPAREN@#Reference:173##//5/0_134/0_164_17##//5/0_130/0_162_11##//5/0_130/0_162#@LPAREN@ #//5/0_130/0_159_9#@LPAREN@#Reference:149##//5/0_130/0_147_1##//0_104_37##Reference:126##//0_104_29#Parameter:104#//0_104_29##Reference:126##//0_104_37##//5/0_130/0_147_1##Reference:149# @x@ #Reference:150##//5/0_130/0_147_1##//0_104_37##Reference:126##//0_104_29#Parameter:104#//0_104_29##Reference:126##//0_104_37##//5/0_130/0_147_1##Reference:150#@RPAREN@ @+@ #Reference:154##//5/0_130/0_148_6##//0_115_38##Reference:128##//0_115_28#Integer:112#//0_115_28##Reference:128##//0_115_38##//5/0_130/0_148_6##Reference:154##//5/0_130/0_159_9# @RPAREN@#//5/0_130/0_162##//5/0_130/0_162_11##//5/0_134/0_164_17##Reference:173# @+@ #Reference:174##//5/0_134/0_164_17##//5/0_130/0_162_11##//5/0_130/0_162#@LPAREN@ #//5/0_130/0_159_9#@LPAREN@#Reference:149##//5/0_130/0_147_1##//0_104_37##Reference:126##//0_104_29#Parameter:104#//0_104_29##Reference:126##//0_104_37##//5/0_130/0_147_1##Reference:149# @x@ #Reference:150##//5/0_130/0_147_1##//0_104_37##Reference:126##//0_104_29#Parameter:104#//0_104_29##Reference:126##//0_104_37##//5/0_130/0_147_1##Reference:150#@RPAREN@ @+@ #Reference:154##//5/0_130/0_148_6##//0_115_38##Reference:128##//0_115_28#Integer:112#//0_115_28##Reference:128##//0_115_38##//5/0_130/0_148_6##Reference:154##//5/0_130/0_159_9# @RPAREN@#//5/0_130/0_162##//5/0_130/0_162_11##//5/0_134/0_164_17##Reference:174#@RPAREN@ @x@ #Reference:178##//5/0_134/0_165_22##//0_111_40##Reference:132##//0_111_26##//0_108_27#Integer:108#//0_108_27##//0_111_26##Reference:132##//0_111_40##//5/0_134/0_165_22##Reference:178##//5/0_134/0_182# @RPAREN@#//5/0_134/0_182_25# @RPAREN@@RPAREN@#Call:136#}@DENO@{#Reference:137#@LPAREN@ #//5/0_134/0_3_16##Reference:167##//5/0_134/0_3_12#@LPAREN@ #//5/0_120/0_3_16##Reference:167##//5/0_120/0_3_12##//0_3_33#Property:3#//0_3_33##//5/0_120/0_3_12##Reference:167# @+@ #//5/0_120/0_168_15#Integer:168#//5/0_120/0_168_15##//5/0_120/0_3_16# @RPAREN@#//5/0_134/0_3_12##Reference:167# @+@ #//5/0_134/0_168_15#Integer:168#//5/0_134/0_168_15##//5/0_134/0_3_16# @RPAREN@#Reference:137#}@/DIV@#//0_142_46# @RPAREN@#//0_145##//0_145_48#
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{min\left( \left( \left( \left( \left( \left( \left( \color{#9d48a0}{argc} + \color{#9d48a0}{argc}\right) \times \color{#da0803}{3} \right) \right) \times \left( \left( \left( \color{#9d48a0}{argc} + \color{#9d48a0}{argc}\right) \times \color{#da0803}{3} \right) \right) \right) + \color{#6d5051}{3} \right) \right) ,\left( \left( \left( \left( \left( \color{#9d48a0}{argc} \times \color{#9d48a0}{argc}\right) + \color{#6d5051}{3} \right) + \left( \left( \color{#9d48a0}{argc} \times \color{#9d48a0}{argc}\right) + \color{#6d5051}{3} \right) \right) \times \color{#da0803}{3} \right) \right) \right) }{\left( \left( \color{#4d5313}{counter} + \color{#aa477a}{1} \right) + \color{#aa477a}{1} \right) } \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{min\left( \left( \left( \left( \left( \left( \left( Parameter:104 + Parameter:104\right) \times Integer:108 \right) \right) \times \left( \left( \left( Parameter:104 + Parameter:104\right) \times Integer:108 \right) \right) \right) + Integer:112 \right) \right) ,\left( \left( \left( \left( \left( Parameter:104 \times Parameter:104\right) + Integer:112 \right) + \left( \left( Parameter:104 \times Parameter:104\right) + Integer:112 \right) \right) \times Integer:108 \right) \right) \right) }{\left( \left( Property:3 + Integer:168 \right) + Integer:168 \right) } \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( \dfrac{min\left( \left( \left( \left( \left( \left( \left( \color{#000000}{argc} + \color{#000000}{argc}\right) \times \color{#000000}{3} \right) \right) \times \left( \left( \left( \color{#000000}{argc} + \color{#000000}{argc}\right) \times \color{#000000}{3} \right) \right) \right) + \color{#000000}{3} \right) \right) ,\left( \left( \left( \left( \left( \color{#000000}{argc} \times \color{#000000}{argc}\right) + \color{#000000}{3} \right) + \left( \left( \color{#000000}{argc} \times \color{#000000}{argc}\right) + \color{#000000}{3} \right) \right) \times \color{#000000}{3} \right) \right) \right) }{\left( \left( \color{#000000}{counter} + \color{#000000}{1} \right) + \color{#000000}{1} \right) } \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( rebate \right) \times \left( discount\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \times \left( Property:1863.op\left( Parameter:3186 \times \left( \dfrac{Math.log\left( \dfrac{\left( first \right) }{\left( barrier \right) }\right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) } + \left( \left( Integer:2750 + \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,Method:2550\right) \right) \times \left( blackVol\left( Method:2567,\left( strike \right) \right) \right) \right) } - Double:2742 \right) \right) \times \left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) - \left( \left( blackVol\left( Method:2567,Method:2550\right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) \right) - Math.pow\left( \dfrac{\left( barrier \right) }{\left( first \right) },Integer:3199 \times \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \right) } - Double:2742 \right) \right) \times Property:1863.op\left( Parameter:3186 \times \left( \dfrac{Math.log\left( \dfrac{\left( barrier \right) }{\left( first \right) }\right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) } + \left( \left( Integer:2750 + \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \right) } - Double:2742 \right) \right) \times \left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) - \left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ rebate @RPAREN@ @x@ @LPAREN@ discount@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@Property:1863@REF@op@LPAREN@Parameter:3186 @x@ @LPAREN@@DIV@@NUM@{Math@REF@log@LPAREN@@DIV@@NUM@{@LPAREN@ first @RPAREN@}@DENO@{@LPAREN@ barrier @RPAREN@}@/DIV@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@}@/DIV@ @+@ @LPAREN@ @LPAREN@Integer:2750 @+@ @LPAREN@ @DIV@@NUM@{@LPAREN@@LPAREN@ rate @RPAREN@ @-@ @LPAREN@ rate @RPAREN@@RPAREN@}@DENO@{@LPAREN@@LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,Method:2550@RPAREN@ @RPAREN@ @x@ @LPAREN@ blackVol@LPAREN@Method:2567,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @-@ Double:2742 @RPAREN@@RPAREN@ @x@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @RPAREN@ @-@ @LPAREN@ @LPAREN@ blackVol@LPAREN@Method:2567,Method:2550@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@ @-@ Math@REF@pow@LPAREN@@DIV@@NUM@{@LPAREN@ barrier @RPAREN@}@DENO@{@LPAREN@ first @RPAREN@}@/DIV@,Integer:3199 @x@ @LPAREN@ @DIV@@NUM@{@LPAREN@@LPAREN@ rate @RPAREN@ @-@ @LPAREN@ rate @RPAREN@@RPAREN@}@DENO@{@LPAREN@@LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @-@ Double:2742 @RPAREN@@RPAREN@ @x@ Property:1863@REF@op@LPAREN@Parameter:3186 @x@ @LPAREN@@DIV@@NUM@{Math@REF@log@LPAREN@@DIV@@NUM@{@LPAREN@ barrier @RPAREN@}@DENO@{@LPAREN@ first @RPAREN@}@/DIV@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@}@/DIV@ @+@ @LPAREN@ @LPAREN@Integer:2750 @+@ @LPAREN@ @DIV@@NUM@{@LPAREN@@LPAREN@ rate @RPAREN@ @-@ @LPAREN@ rate @RPAREN@@RPAREN@}@DENO@{@LPAREN@@LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @-@ Double:2742 @RPAREN@@RPAREN@ @x@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @RPAREN@ @-@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@@RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_3295_315#@LPAREN@ #//3299/0_3277/0_2613_309##//3299/0_3277/0_2613##Reference:2610#rebate#Reference:2610##//3299/0_3277/0_2613##//3299/0_3277/0_2613_309# @RPAREN@ @x@ @LPAREN@ #//3299/0_3278/0_2666_236##//3299/0_3278/0_2666##Call:2660#discount@LPAREN@@LPAREN@ #//3299/0_3278/2668/0_2658/0_2565_70##//3299/0_3278/2668/0_2658/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3278/2668/0_2658/0_2565##//3299/0_3278/2668/0_2658/0_2565_70# @RPAREN@@RPAREN@#Call:2660##//3299/0_3278/0_2666##//3299/0_3278/0_2666_236# @RPAREN@ @x@ @LPAREN@#Reference:3279##//0_3260_357##Reference:3246#Property:1863#Reference:3246#@REF@#Call:3256#op@LPAREN@#Reference:3247#Parameter:3186#Reference:3247# @x@ @LPAREN@#Reference:3248##//0_3226_335#@DIV@@NUM@{#Reference:3210#Math#Reference:3210#@REF@#Call:3216#log@LPAREN@@DIV@@NUM@{@LPAREN@ #//3299/0_3211/0_2538_52##//3299/0_3211/0_2538##Call:2533#first#Call:2533##//3299/0_3211/0_2538##//3299/0_3211/0_2538_52# @RPAREN@}@DENO@{@LPAREN@ #//3299/0_3212/0_2605_47##//3299/0_3212/0_2605##Reference:2602#barrier#Reference:2602##//3299/0_3212/0_2605##//3299/0_3212/0_2605_47# @RPAREN@}@/DIV@@RPAREN@#Call:3216#}@DENO@{@LPAREN@ #//3299/0_3218/0_2597_201##//3299/0_3218/0_2597#@LPAREN@ #//3299/0_3218/0_2584_90##//3299/0_3218/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3218/0_2565_70##//3299/0_3218/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3218/0_2565##//3299/0_3218/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3218/0_2548_74##//3299/0_3218/0_2548##Call:2544#strike#Call:2544##//3299/0_3218/0_2548##//3299/0_3218/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3218/0_2584##//3299/0_3218/0_2584_90# @RPAREN@ @x@ #Reference:2589#Math#Reference:2589#@REF@#Call:2592#sqrt@LPAREN@@LPAREN@ #//3299/0_3218/0_2565_70##//3299/0_3218/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3218/0_2565##//3299/0_3218/0_2565_70# @RPAREN@@RPAREN@#Call:2592##//3299/0_3218/0_2597##//3299/0_3218/0_2597_201# @RPAREN@}@/DIV@ @+@ @LPAREN@ #//3299/0_3221/0_2759_208##//3299/0_3221/0_2759#@LPAREN@Integer:2750 @+@ @LPAREN@ #//3299/0_3221/0_2746_194##//3299/0_3221/0_2746#@DIV@@NUM@{@LPAREN@@LPAREN@ #//3299/0_3221/0_2649_128##//3299/0_3221/0_2649##Call:2646#rate#Call:2646##//3299/0_3221/0_2649##//3299/0_3221/0_2649_128# @RPAREN@ @-@ @LPAREN@ #//3299/0_3221/0_2702_166##//3299/0_3221/0_2702##Call:2699#rate#Call:2699##//3299/0_3221/0_2702##//3299/0_3221/0_2702_166# @RPAREN@@RPAREN@}@DENO@{@LPAREN@#Reference:2735##//3299/0_3221/0_2729_182#@LPAREN@ #//3299/0_3221/0_2584_90##//3299/0_3221/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3249/0_2565_70##//3299/0_3249/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3249/0_2565##//3299/0_3249/0_2565_70# @RPAREN@,#Call:2576#Method:2550#Call:2576#@RPAREN@#Call:2578##//3299/0_3221/0_2584##//3299/0_3221/0_2584_90# @RPAREN@#//3299/0_3221/0_2729_182##Reference:2735# @x@ #Reference:2736##//3299/0_3221/0_2729_182#@LPAREN@ #//3299/0_3221/0_2584_90##//3299/0_3221/0_2584##Call:2578#blackVol@LPAREN@#Call:2574#Method:2567#Call:2574#,@LPAREN@ #//3299/0_3249/0_2548_74##//3299/0_3249/0_2548##Call:2544#strike#Call:2544##//3299/0_3249/0_2548##//3299/0_3249/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3221/0_2584##//3299/0_3221/0_2584_90# @RPAREN@#//3299/0_3221/0_2729_182##Reference:2736#@RPAREN@}@/DIV@ @-@ Double:2742#//3299/0_3221/0_2746##//3299/0_3221/0_2746_194# @RPAREN@@RPAREN@ @x@ @LPAREN@ #//3299/0_3221/0_2597_201##//3299/0_3221/0_2597#@LPAREN@ #//3299/0_3221/0_2584_90##//3299/0_3221/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3221/0_2565_70##//3299/0_3221/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3221/0_2565##//3299/0_3221/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3221/0_2548_74##//3299/0_3221/0_2548##Call:2544#strike#Call:2544##//3299/0_3221/0_2548##//3299/0_3221/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3221/0_2584##//3299/0_3221/0_2584_90# @RPAREN@ @x@ #Reference:2589#Math#Reference:2589#@REF@#Call:2592#sqrt@LPAREN@@LPAREN@ #//3299/0_3221/0_2565_70##//3299/0_3221/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3221/0_2565##//3299/0_3221/0_2565_70# @RPAREN@@RPAREN@#Call:2592##//3299/0_3221/0_2597##//3299/0_3221/0_2597_201# @RPAREN@#//3299/0_3221/0_2759##//3299/0_3221/0_2759_208# @RPAREN@#//0_3226_335##Reference:3248# @-@ @LPAREN@ #//3299/0_3249/0_2597_201##//3299/0_3249/0_2597#@LPAREN@ #//3299/0_3249/0_2584_90##//3299/0_3249/0_2584##Call:2578#blackVol@LPAREN@#Call:2574#Method:2567#Call:2574#,#Call:2576#Method:2550#Call:2576#@RPAREN@#Call:2578##//3299/0_3249/0_2584##//3299/0_3249/0_2584_90# @RPAREN@ @x@ #Reference:2589#Math#Reference:2589#@REF@#Call:2592#sqrt@LPAREN@@LPAREN@ #//3299/0_3249/0_2565_70##//3299/0_3249/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3249/0_2565##//3299/0_3249/0_2565_70# @RPAREN@@RPAREN@#Call:2592##//3299/0_3249/0_2597##//3299/0_3249/0_2597_201# @RPAREN@@RPAREN@@RPAREN@#Call:3256##//0_3260_357##Reference:3279# @-@ #Reference:3280##//0_3208_324##Reference:3193#Math#Reference:3193#@REF@#Call:3204#pow@LPAREN@@DIV@@NUM@{@LPAREN@ #//3299/0_3194/0_2605_47##//3299/0_3194/0_2605##Reference:2602#barrier#Reference:2602##//3299/0_3194/0_2605##//3299/0_3194/0_2605_47# @RPAREN@}@DENO@{@LPAREN@ #//3299/0_3195/0_2538_52##//3299/0_3195/0_2538##Call:2533#first#Call:2533##//3299/0_3195/0_2538##//3299/0_3195/0_2538_52# @RPAREN@}@/DIV@,Integer:3199 @x@ @LPAREN@ #//3299/0_3200/0_2746_194##//3299/0_3200/0_2746#@DIV@@NUM@{@LPAREN@@LPAREN@ #//3299/0_3200/0_2649_128##//3299/0_3200/0_2649##Call:2646#rate#Call:2646##//3299/0_3200/0_2649##//3299/0_3200/0_2649_128# @RPAREN@ @-@ @LPAREN@ #//3299/0_3200/0_2702_166##//3299/0_3200/0_2702##Call:2699#rate#Call:2699##//3299/0_3200/0_2702##//3299/0_3200/0_2702_166# @RPAREN@@RPAREN@}@DENO@{@LPAREN@#Reference:2735##//3299/0_3200/0_2729_182#@LPAREN@ #//3299/0_3200/0_2584_90##//3299/0_3200/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3200/0_2565_70##//3299/0_3200/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3200/0_2565##//3299/0_3200/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3200/0_2548_74##//3299/0_3200/0_2548##Call:2544#strike#Call:2544##//3299/0_3200/0_2548##//3299/0_3200/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3200/0_2584##//3299/0_3200/0_2584_90# @RPAREN@#//3299/0_3200/0_2729_182##Reference:2735# @x@ #Reference:2736##//3299/0_3200/0_2729_182#@LPAREN@ #//3299/0_3200/0_2584_90##//3299/0_3200/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3200/0_2565_70##//3299/0_3200/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3200/0_2565##//3299/0_3200/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3200/0_2548_74##//3299/0_3200/0_2548##Call:2544#strike#Call:2544##//3299/0_3200/0_2548##//3299/0_3200/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3200/0_2584##//3299/0_3200/0_2584_90# @RPAREN@#//3299/0_3200/0_2729_182##Reference:2736#@RPAREN@}@/DIV@ @-@ Double:2742#//3299/0_3200/0_2746##//3299/0_3200/0_2746_194# @RPAREN@@RPAREN@#Call:3204##//0_3208_324##Reference:3280# @x@ #Reference:3281##//0_3276_366##Reference:3262#Property:1863#Reference:3262#@REF@#Call:3272#op@LPAREN@#Reference:3263#Parameter:3186#Reference:3263# @x@ @LPAREN@#Reference:3264##//0_3244_346#@DIV@@NUM@{#Reference:3228#Math#Reference:3228#@REF@#Call:3234#log@LPAREN@@DIV@@NUM@{@LPAREN@ #//3299/0_3229/0_2605_47##//3299/0_3229/0_2605##Reference:2602#barrier#Reference:2602##//3299/0_3229/0_2605##//3299/0_3229/0_2605_47# @RPAREN@}@DENO@{@LPAREN@ #//3299/0_3230/0_2538_52##//3299/0_3230/0_2538##Call:2533#first#Call:2533##//3299/0_3230/0_2538##//3299/0_3230/0_2538_52# @RPAREN@}@/DIV@@RPAREN@#Call:3234#}@DENO@{@LPAREN@ #//3299/0_3236/0_2597_201##//3299/0_3236/0_2597#@LPAREN@ #//3299/0_3236/0_2584_90##//3299/0_3236/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3236/0_2565_70##//3299/0_3236/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3236/0_2565##//3299/0_3236/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3236/0_2548_74##//3299/0_3236/0_2548##Call:2544#strike#Call:2544##//3299/0_3236/0_2548##//3299/0_3236/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3236/0_2584##//3299/0_3236/0_2584_90# @RPAREN@ @x@ #Reference:2589#Math#Reference:2589#@REF@#Call:2592#sqrt@LPAREN@@LPAREN@ #//3299/0_3236/0_2565_70##//3299/0_3236/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3236/0_2565##//3299/0_3236/0_2565_70# @RPAREN@@RPAREN@#Call:2592##//3299/0_3236/0_2597##//3299/0_3236/0_2597_201# @RPAREN@}@/DIV@ @+@ @LPAREN@ #//3299/0_3239/0_2759_208##//3299/0_3239/0_2759#@LPAREN@Integer:2750 @+@ @LPAREN@ #//3299/0_3239/2761/0_2751/0_2746_194##//3299/0_3239/2761/0_2751/0_2746#@DIV@@NUM@{@LPAREN@@LPAREN@ #//3299/0_3239/2761/0_2751/2748/0_2730/0_2649_128##//3299/0_3239/2761/0_2751/2748/0_2730/0_2649##Call:2646#rate#Call:2646##//3299/0_3239/2761/0_2751/2748/0_2730/0_2649##//3299/0_3239/2761/0_2751/2748/0_2730/0_2649_128# @RPAREN@ @-@ @LPAREN@ #//3299/0_3239/2761/0_2751/2748/0_2731/0_2702_166##//3299/0_3239/2761/0_2751/2748/0_2731/0_2702##Call:2699#rate#Call:2699##//3299/0_3239/2761/0_2751/2748/0_2731/0_2702##//3299/0_3239/2761/0_2751/2748/0_2731/0_2702_166# @RPAREN@@RPAREN@}@DENO@{@LPAREN@#Reference:2735##//3299/0_3239/2761/0_2751/0_2729_182#@LPAREN@ #//3299/0_3239/2761/0_2751/2748/0_2726/0_2584_90##//3299/0_3239/2761/0_2751/2748/0_2726/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3239/2761/0_2751/2748/0_2726/0_2565_70##//3299/0_3239/2761/0_2751/2748/0_2726/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3239/2761/0_2751/2748/0_2726/0_2565##//3299/0_3239/2761/0_2751/2748/0_2726/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3239/2761/0_2751/2748/0_2726/0_2548_74##//3299/0_3239/2761/0_2751/2748/0_2726/0_2548##Call:2544#strike#Call:2544##//3299/0_3239/2761/0_2751/2748/0_2726/0_2548##//3299/0_3239/2761/0_2751/2748/0_2726/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3239/2761/0_2751/2748/0_2726/0_2584##//3299/0_3239/2761/0_2751/2748/0_2726/0_2584_90# @RPAREN@#//3299/0_3239/2761/0_2751/0_2729_182##Reference:2735# @x@ #Reference:2736##//3299/0_3239/2761/0_2751/0_2729_182#@LPAREN@ #//3299/0_3239/2761/0_2751/2748/0_2726/0_2584_90##//3299/0_3239/2761/0_2751/2748/0_2726/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3239/2761/0_2751/2748/0_2726/0_2565_70##//3299/0_3239/2761/0_2751/2748/0_2726/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3239/2761/0_2751/2748/0_2726/0_2565##//3299/0_3239/2761/0_2751/2748/0_2726/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3239/2761/0_2751/2748/0_2726/0_2548_74##//3299/0_3239/2761/0_2751/2748/0_2726/0_2548##Call:2544#strike#Call:2544##//3299/0_3239/2761/0_2751/2748/0_2726/0_2548##//3299/0_3239/2761/0_2751/2748/0_2726/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3239/2761/0_2751/2748/0_2726/0_2584##//3299/0_3239/2761/0_2751/2748/0_2726/0_2584_90# @RPAREN@#//3299/0_3239/2761/0_2751/0_2729_182##Reference:2736#@RPAREN@}@/DIV@ @-@ Double:2742#//3299/0_3239/2761/0_2751/0_2746##//3299/0_3239/2761/0_2751/0_2746_194# @RPAREN@@RPAREN@ @x@ @LPAREN@ #//3299/0_3239/2761/0_2755/0_2597_201##//3299/0_3239/2761/0_2755/0_2597#@LPAREN@ #//3299/0_3239/2761/0_2755/0_2584_90##//3299/0_3239/2761/0_2755/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3239/2761/0_2755/0_2565_70##//3299/0_3239/2761/0_2755/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3239/2761/0_2755/0_2565##//3299/0_3239/2761/0_2755/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3239/2761/0_2755/0_2548_74##//3299/0_3239/2761/0_2755/0_2548##Call:2544#strike#Call:2544##//3299/0_3239/2761/0_2755/0_2548##//3299/0_3239/2761/0_2755/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3239/2761/0_2755/0_2584##//3299/0_3239/2761/0_2755/0_2584_90# @RPAREN@ @x@ #Reference:2589#Math#Reference:2589#@REF@#Call:2592#sqrt@LPAREN@@LPAREN@ #//3299/0_3239/2761/0_2755/0_2565_70##//3299/0_3239/2761/0_2755/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3239/2761/0_2755/0_2565##//3299/0_3239/2761/0_2755/0_2565_70# @RPAREN@@RPAREN@#Call:2592##//3299/0_3239/2761/0_2755/0_2597##//3299/0_3239/2761/0_2755/0_2597_201# @RPAREN@#//3299/0_3239/0_2759##//3299/0_3239/0_2759_208# @RPAREN@#//0_3244_346##Reference:3264# @-@ @LPAREN@ #//3299/0_3265/0_2597_201##//3299/0_3265/0_2597#@LPAREN@ #//3299/0_3265/2599/0_2588/0_2584_90##//3299/0_3265/2599/0_2588/0_2584##Call:2578#blackVol@LPAREN@@LPAREN@ #//3299/0_3265/2599/0_2588/2586/0_2574/0_2565_70##//3299/0_3265/2599/0_2588/2586/0_2574/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3265/2599/0_2588/2586/0_2574/0_2565##//3299/0_3265/2599/0_2588/2586/0_2574/0_2565_70# @RPAREN@,@LPAREN@ #//3299/0_3265/2599/0_2588/2586/0_2576/0_2548_74##//3299/0_3265/2599/0_2588/2586/0_2576/0_2548##Call:2544#strike#Call:2544##//3299/0_3265/2599/0_2588/2586/0_2576/0_2548##//3299/0_3265/2599/0_2588/2586/0_2576/0_2548_74# @RPAREN@@RPAREN@#Call:2578##//3299/0_3265/2599/0_2588/0_2584##//3299/0_3265/2599/0_2588/0_2584_90# @RPAREN@ @x@ #Reference:2589#Math#Reference:2589#@REF@#Call:2592#sqrt@LPAREN@@LPAREN@ #//3299/0_3265/2599/0_2590/0_2565_70##//3299/0_3265/2599/0_2590/0_2565##Call:2561#TypeRef:1810@LPAREN@#Reference:2555#Property:1884#Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561##//3299/0_3265/2599/0_2590/0_2565##//3299/0_3265/2599/0_2590/0_2565_70# @RPAREN@@RPAREN@#Call:2592##//3299/0_3265/0_2597##//3299/0_3265/0_2597_201# @RPAREN@@RPAREN@@RPAREN@#Call:3272##//0_3276_366##Reference:3281#@RPAREN@#//0_3295_315#
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ rebate @RPAREN@ @x@ @LPAREN@ discount@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@Property:1863@REF@op@LPAREN@Parameter:3186 @x@ @LPAREN@@DIV@@NUM@{Math@REF@log@LPAREN@@DIV@@NUM@{@LPAREN@ first @RPAREN@}@DENO@{@LPAREN@ barrier @RPAREN@}@/DIV@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@}@/DIV@ @+@ @LPAREN@ @LPAREN@Integer:2750 @+@ @LPAREN@ @DIV@@NUM@{@LPAREN@@LPAREN@ rate @RPAREN@ @-@ @LPAREN@ rate @RPAREN@@RPAREN@}@DENO@{@LPAREN@@LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,Method:2550@RPAREN@ @RPAREN@ @x@ @LPAREN@ blackVol@LPAREN@Method:2567,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @-@ Double:2742 @RPAREN@@RPAREN@ @x@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @RPAREN@ @-@ @LPAREN@ @LPAREN@ blackVol@LPAREN@Method:2567,Method:2550@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@ @-@ Math@REF@pow@LPAREN@@DIV@@NUM@{@LPAREN@ barrier @RPAREN@}@DENO@{@LPAREN@ first @RPAREN@}@/DIV@,Integer:3199 @x@ @LPAREN@ @DIV@@NUM@{@LPAREN@@LPAREN@ rate @RPAREN@ @-@ @LPAREN@ rate @RPAREN@@RPAREN@}@DENO@{@LPAREN@@LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @-@ Double:2742 @RPAREN@@RPAREN@ @x@ Property:1863@REF@op@LPAREN@Parameter:3186 @x@ @LPAREN@@DIV@@NUM@{Math@REF@log@LPAREN@@DIV@@NUM@{@LPAREN@ barrier @RPAREN@}@DENO@{@LPAREN@ first @RPAREN@}@/DIV@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@}@/DIV@ @+@ @LPAREN@ @LPAREN@Integer:2750 @+@ @LPAREN@ @DIV@@NUM@{@LPAREN@@LPAREN@ rate @RPAREN@ @-@ @LPAREN@ rate @RPAREN@@RPAREN@}@DENO@{@LPAREN@@LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @-@ Double:2742 @RPAREN@@RPAREN@ @x@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @RPAREN@ @-@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@sqrt@LPAREN@@LPAREN@ TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@ @RPAREN@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@@RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( rebate \right) \times \left( discount\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \times \left( Property:1863.op\left( Parameter:3186 \times \left( \dfrac{Math.log\left( \dfrac{\left( first \right) }{\left( barrier \right) }\right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) } + \left( \left( Integer:2750 + \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,Method:2550\right) \right) \times \left( blackVol\left( Method:2567,\left( strike \right) \right) \right) \right) } - Double:2742 \right) \right) \times \left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) - \left( \left( blackVol\left( Method:2567,Method:2550\right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) \right) - Math.pow\left( \dfrac{\left( barrier \right) }{\left( first \right) },Integer:3199 \times \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \right) } - Double:2742 \right) \right) \times Property:1863.op\left( Parameter:3186 \times \left( \dfrac{Math.log\left( \dfrac{\left( barrier \right) }{\left( first \right) }\right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) } + \left( \left( Integer:2750 + \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \right) } - Double:2742 \right) \right) \times \left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) - \left( \left( blackVol\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Null:25643 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Null:25643 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_28760_2157#@LPAREN@ #//12242/0_28764/0_27926_2133##//12242/0_28764/0_27926##//12242/0_28764/27930/0_27923/0_25874##//12242/0_28764/27930/0_27923/0_25486_877#Null:25643#//12242/0_28764/27930/0_27923/0_25486_877##//12242/0_28764/27930/0_27923/0_25874##//12242/0_28764/0_27926##//12242/0_28764/0_27926_2133# @RPAREN@#//0_28760_2157#
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Null:25643 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Null:25643 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
#<Treetop::Runtime::SyntaxNode:0x0000000228d0a0>
|
@@ -0,0 +1 @@
|
|
1
|
+
round\left( \dfrac{\left( Math.max\left( Parameter:7595_{Integer:7622}.\left( Property:6812 \right) ,Parameter:7595_{Integer:7642}.\left( Property:6812 \right) \right) + Integer:7772\right) }{Double:7776}\right)
|
@@ -0,0 +1 @@
|
|
1
|
+
round@LPAREN@@DIV@@NUM@{@LPAREN@Math@REF@max@LPAREN@Parameter:7595@REFA@{Integer:7622}@REF@@LPAREN@ Property:6812 @RPAREN@,Parameter:7595@REFA@{Integer:7642}@REF@@LPAREN@ Property:6812 @RPAREN@@RPAREN@ @+@ Integer:7772@RPAREN@}@DENO@{Double:7776}@/DIV@@RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_7909_1885##//0_7909##Call:7906#round@LPAREN@#Reference:7904##//0_7724_1837#@DIV@@NUM@{@LPAREN@#Reference:7771##//0_7670_1832##Reference:7771##//0_7670_1824##Reference:7759##//0_7670_1816##Reference:7748##//0_7670_1808##Reference:7737##//0_7670_1770##Reference:7661#Math#Reference:7661#@REF@#Call:7666#max@LPAREN@#Reference:7662##//0_7630_1751##Reference:7621#Parameter:7595#Reference:7621#@REFA@{Integer:7622}@REF@@LPAREN@ #//7911/0_7625/0_7086_116##//7911/0_7625/0_7086#Property:6812#//7911/0_7625/0_7086##//7911/0_7625/0_7086_116# @RPAREN@#//0_7630_1751##Reference:7662#,#Reference:7664##//0_7650_1760##Reference:7641#Parameter:7595#Reference:7641#@REFA@{Integer:7642}@REF@@LPAREN@ #//7911/0_7645/0_7086_116##//7911/0_7645/0_7086#Property:6812#//7911/0_7645/0_7086##//7911/0_7645/0_7086_116# @RPAREN@#//0_7650_1760##Reference:7664#@RPAREN@#Call:7666##//0_7670_1770##Reference:7737##//0_7670_1808##Reference:7748##//0_7670_1816##Reference:7759##//0_7670_1824##Reference:7771##//0_7670_1832##Reference:7771# @+@ Integer:7772@RPAREN@}@DENO@{Double:7776}@/DIV@#//0_7724_1837##Reference:7904#@RPAREN@#Call:7906##//0_7909##//0_7909_1885#
|
@@ -0,0 +1 @@
|
|
1
|
+
round@LPAREN@@DIV@@NUM@{@LPAREN@Math@REF@max@LPAREN@Parameter:7595@REFA@{Integer:7622}@REF@@LPAREN@ Property:6812 @RPAREN@,Parameter:7595@REFA@{Integer:7642}@REF@@LPAREN@ Property:6812 @RPAREN@@RPAREN@ @+@ Integer:7772@RPAREN@}@DENO@{Double:7776}@/DIV@@RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
round\left( \dfrac{\left( Math.max\left( Parameter:7595_{Integer:7622}.\left( Property:6812 \right) ,Parameter:7595_{Integer:7642}.\left( Property:6812 \right) \right) + Integer:7772\right) }{Double:7776}\right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\text{ User }\left\{\begin{array}{l} \text{ age }= \dfrac{Parameter:124 \times Parameter:124 + Integer:149}{Parameter:124} \\ \text{ name }=String:163 \\\end{array}\right.
|
@@ -0,0 +1 @@
|
|
1
|
+
@TSTART@User@TEND@@DESCSTART@@DESCITEMSTART@@TSTART@age@TEND@=@DIV@@NUM@{Parameter:124 @x@ Parameter:124 @+@ Integer:149}@DENO@{Parameter:124}@/DIV@@DESCITEMEND@@DESCITEMSTART@@TSTART@name@TEND@=String:163@DESCITEMEND@@DESCEND@
|
@@ -0,0 +1 @@
|
|
1
|
+
@TSTART@User@TEND@@DESCSTART@@DESCITEMSTART@@TSTART@age@TEND@=@DIV@@NUM@{Parameter:124 @x@ Parameter:124 @+@ Integer:149}@DENO@{Parameter:124}@/DIV@@DESCITEMEND@@DESCITEMSTART@@TSTART@name@TEND@=String:163@DESCITEMEND@@DESCEND@
|
@@ -0,0 +1 @@
|
|
1
|
+
\text{ User }\left\{\begin{array}{l} \text{ age }= \dfrac{Parameter:124 \times Parameter:124 + Integer:149}{Parameter:124} \\ \text{ name }=String:163 \\\end{array}\right.
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:625.Property:44 - \left( \left( Integer:475 \right) + \left( Double:555 \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:625@REF@Property:44 @-@ @LPAREN@ @LPAREN@ Integer:475 @RPAREN@ @+@ @LPAREN@ Double:555 @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_702_153##//0_702##//0_641_148##Reference:690##//0_641_132##Reference:661#Parameter:625#Reference:661#@REF@#Reference:662##//0_44_131##Reference:662#Property:44#Reference:662##//0_44_131##Reference:662##//0_641_132##Reference:690# @-@ #Reference:691##//0_678_144#@LPAREN@ #//704/0_686/0_621_105##//0_678_142##Reference:684##//0_678_139#@LPAREN@ #//704/0_670/0_477_42#Integer:475#//704/0_670/0_477_42# @RPAREN@ @+@ @LPAREN@ #//704/0_673/0_553_79#Double:555#//704/0_673/0_553_79# @RPAREN@#//0_678_139##Reference:684##//0_678_142##//704/0_686/0_621_105# @RPAREN@#//0_678_144##Reference:691##//0_641_148##//0_702##//0_702_153#
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:625@REF@Property:44 @-@ @LPAREN@ @LPAREN@ Integer:475 @RPAREN@ @+@ @LPAREN@ Double:555 @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:625.Property:44 - \left( \left( Integer:475 \right) + \left( Double:555 \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:625.Property:44 - \left( \left( \dfrac{Integer:590}{Integer:591}\right) \times \left( \left( \dfrac{Integer:490}{Integer:491}\right) \times Parameter:625.Property:44 \right) + \left( Double:551 \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:625@REF@Property:44 @-@ @LPAREN@ @LPAREN@@DIV@@NUM@{Integer:590}@DENO@{Integer:591}@/DIV@@RPAREN@ @x@ @LPAREN@ @LPAREN@@DIV@@NUM@{Integer:490}@DENO@{Integer:491}@/DIV@@RPAREN@ @x@ Parameter:625@REF@Property:44 @RPAREN@ @+@ @LPAREN@ Double:551 @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_702_153##//0_702##//0_641_148##Reference:690##//0_641_132##Reference:661#Parameter:625#Reference:661#@REF@#Reference:662##//0_44_131##Reference:662##//0_44_131##Reference:662#Property:44#Reference:662##//0_44_131##Reference:662##//0_44_131##Reference:662##//0_641_132##Reference:690# @-@ #Reference:691##//0_678_144#@LPAREN@ #//704/0_686/0_621_105#@LPAREN@@DIV@@NUM@{Integer:590}@DENO@{Integer:591}@/DIV@@RPAREN@ @x@ #Reference:595##//704/0_686/0_564_110##Reference:595##//0_678_142##Reference:684##//0_678_139#@LPAREN@ #//704/0_670/0_477_42#@LPAREN@@DIV@@NUM@{Integer:490}@DENO@{Integer:491}@/DIV@@RPAREN@ @x@ #Reference:495##//704/0_670/0_469_73##Reference:495##//0_641_134##Reference:668##//0_641_132##Reference:661##//0_625_129##Reference:661#Parameter:625#Reference:661##//0_625_129##Reference:661#@REF@#Reference:662##//0_44_131##Reference:662##//0_44_131##Reference:662#Property:44#Reference:662##//0_44_131##Reference:662##//0_44_131##Reference:662##//0_641_132##Reference:668##//0_641_134##Reference:495##//704/0_670/0_469_73##Reference:495##//704/0_670/0_477_42# @RPAREN@ @+@ @LPAREN@ #//704/0_673/0_553_79#Double:551#//704/0_673/0_553_79# @RPAREN@#//0_678_139##Reference:684##//0_678_142##Reference:595##//704/0_686/0_564_110##Reference:595##//704/0_686/0_621_105# @RPAREN@#//0_678_144##Reference:691##//0_641_148##//0_702##//0_702_153#
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:625@REF@Property:44 @-@ @LPAREN@ @LPAREN@@DIV@@NUM@{Integer:590}@DENO@{Integer:591}@/DIV@@RPAREN@ @x@ @LPAREN@ @LPAREN@@DIV@@NUM@{Integer:490}@DENO@{Integer:491}@/DIV@@RPAREN@ @x@ Parameter:625@REF@Property:44 @RPAREN@ @+@ @LPAREN@ Double:551 @RPAREN@ @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
Parameter:625.Property:44 - \left( \left( \dfrac{Integer:590}{Integer:591}\right) \times \left( \left( \dfrac{Integer:490}{Integer:491}\right) \times Parameter:625.Property:44 \right) + \left( Double:551 \right) \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Property:8231 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Property:8231 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_28760_2157#@LPAREN@ #//12242/0_28742/0_14124_1737##//12242/0_28742/0_8231_1736##Reference:14121#Property:8231#Reference:14121##//12242/0_28742/0_8231_1736##//12242/0_28742/0_14124_1737# @RPAREN@#//0_28760_2157#
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Property:8231 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Property:8231 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
#<Treetop::Runtime::SyntaxNode:0x00000001252168>
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Parameter:38 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Parameter:38 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_52_13##//0_52##//0_49_11#@LPAREN@ #//3/0_46/0_57_3##//3/0_46/0_57##//3/0_44/0_62_6##//3/0_44/0_62##//0_38_8##Reference:42#Parameter:38#Reference:42##//0_38_8##//3/0_44/0_62##//3/0_44/0_62_6##//3/0_46/0_57##//3/0_46/0_57_3# @RPAREN@#//0_49_11##//0_52##//0_52_13#
|
@@ -0,0 +1 @@
|
|
1
|
+
@LPAREN@ Parameter:38 @RPAREN@
|
@@ -0,0 +1 @@
|
|
1
|
+
\left( Parameter:38 \right)
|
@@ -0,0 +1 @@
|
|
1
|
+
#<Treetop::Runtime::SyntaxNode:0x0000000115f170>
|
@@ -0,0 +1 @@
|
|
1
|
+
@COLOR-9e3130@{\text{ repeat }\left[ \dfrac{@COLOR-123f5c@{\text{ repeat }\left[StackVar:470 \times StackVar:474\right]_{\text{ while i is lower than N }}}}{StackVar:496}\right]_{\text{ while j is lower than M }}}
|
@@ -0,0 +1 @@
|
|
1
|
+
@COLOR-9e3130@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{@COLOR-123f5c@{@TSTART@repeat@TEND@@LBRACK@StackVar:470 @x@ StackVar:474@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}}@DENO@{StackVar:496}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}}
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_283_110##//4/0_280/0_517_19##//4/0_280/0_517##//4/0_280/0_470_17#@COLOR-9e3130@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{#Reference:508##//4/0_280/0_470_15#@COLOR-123f5c@{@TSTART@repeat@TEND@@LBRACK@#Reference:486#StackVar:470#Reference:486# @x@ #Reference:487#StackVar:474#Reference:487#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_280/0_470_15##Reference:508#}@DENO@{#Reference:509#StackVar:496#Reference:509#}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}}#//4/0_280/0_470_17##//4/0_280/0_517##//4/0_280/0_517_19##//0_283_110#
|
@@ -0,0 +1 @@
|
|
1
|
+
@COLOR-9e3130@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{@COLOR-123f5c@{@TSTART@repeat@TEND@@LBRACK@StackVar:470 @x@ StackVar:474@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}}@DENO@{StackVar:496}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}}
|
@@ -0,0 +1 @@
|
|
1
|
+
\color{#9e3130}{\text{ repeat }\left[ \dfrac{\color{#123f5c}{\text{ repeat }\left[StackVar:470 \times StackVar:474\right]_{\text{ while i is lower than N }}}}{StackVar:496}\right]_{\text{ while j is lower than M }}}
|
@@ -0,0 +1 @@
|
|
1
|
+
@COLOR-11b39e@{\text{ repeat }\left[ \dfrac{@COLOR-cff1e7@{\text{ repeat }\left[@COLOR-4ec2f1@{\text{ repeat }\left[StackVar:381 - StackVar:385\right]_{\text{ while k is greater or equal to 0 }}} \times StackVar:417\right]_{\text{ while i is lower than N }}}}{StackVar:438}\right]_{\text{ while j is lower than M }}}
|
@@ -0,0 +1 @@
|
|
1
|
+
@COLOR-11b39e@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{@COLOR-cff1e7@{@TSTART@repeat@TEND@@LBRACK@@COLOR-4ec2f1@{@TSTART@repeat@TEND@@LBRACK@StackVar:381 @-@ StackVar:385@RBRACK@@UNDERSCRIPT@{@TSTART@ while k is greater or equal to 0@TEND@}} @x@ StackVar:417@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}}@DENO@{StackVar:438}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}}
|
@@ -0,0 +1 @@
|
|
1
|
+
#//0_295_116##//4/0_292/0_460_88##//4/0_292/0_460##//4/0_292/0_381_86#@COLOR-11b39e@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{#Reference:450##//4/0_292/0_381_85#@COLOR-cff1e7@{@TSTART@repeat@TEND@@LBRACK@#Reference:429##//4/0_292/0_381_75#@COLOR-4ec2f1@{@TSTART@repeat@TEND@@LBRACK@#Reference:397#StackVar:381#Reference:397# @-@ #Reference:398#StackVar:385#Reference:398#@RBRACK@@UNDERSCRIPT@{@TSTART@ while k is greater or equal to 0@TEND@}}#//4/0_292/0_381_75##Reference:429# @x@ #Reference:430#StackVar:417#Reference:430#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_292/0_381_85##Reference:450#}@DENO@{#Reference:451#StackVar:438#Reference:451#}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}}#//4/0_292/0_381_86##//4/0_292/0_460##//4/0_292/0_460_88##//0_295_116#
|