deepalgo_il 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (631) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +4 -0
  5. data/Gemfile +6 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +47 -0
  8. data/Rakefile +8 -0
  9. data/bin/console +15 -0
  10. data/bin/setup +8 -0
  11. data/deepalgo_il.gemspec +37 -0
  12. data/lib/backend_manager.rb +300 -0
  13. data/lib/deepalgo_il.rb +27 -0
  14. data/lib/deepalgo_il/version.rb +5 -0
  15. data/lib/il_parser.treetop +220 -0
  16. data/lib/logging.rb +13 -0
  17. data/lib/parser.rb +32 -0
  18. data/log +37990 -0
  19. data/tests/clean_formula_tex_concern.rb +176 -0
  20. data/tests/test_big_formula/formula-100.inter +1 -0
  21. data/tests/test_big_formula/formula-100.raw +1 -0
  22. data/tests/test_big_formula/formula-100.tex +1 -0
  23. data/tests/test_big_formula/formula-100_pre.tex +1 -0
  24. data/tests/test_big_formula/formula_no_color-100.tex +1 -0
  25. data/tests/test_conditions_for_formula_in_full_app/formula-100.inter +1 -0
  26. data/tests/test_conditions_for_formula_in_full_app/formula-100.raw +1 -0
  27. data/tests/test_conditions_for_formula_in_full_app/formula-100.tex +1 -0
  28. data/tests/test_conditions_for_formula_in_full_app/formula-100_pre.tex +1 -0
  29. data/tests/test_conditions_for_formula_in_full_app/formula_no_color-100.tex +1 -0
  30. data/tests/test_conditions_management_whith_multiple_possible_states/formula-100.inter +1 -0
  31. data/tests/test_conditions_management_whith_multiple_possible_states/formula-100.raw +1 -0
  32. data/tests/test_conditions_management_whith_multiple_possible_states/formula-100.tex +1 -0
  33. data/tests/test_conditions_management_whith_multiple_possible_states/formula-100_pre.tex +1 -0
  34. data/tests/test_conditions_management_whith_multiple_possible_states/formula_no_color-100.tex +1 -0
  35. data/tests/test_formula_in_ebee/formula-100.inter +1 -0
  36. data/tests/test_formula_in_ebee/formula-100.raw +1 -0
  37. data/tests/test_formula_in_ebee/formula-100.tex +1 -0
  38. data/tests/test_formula_in_ebee/formula-100_pre.tex +1 -0
  39. data/tests/test_formula_in_ebee/formula_no_color-100.tex +1 -0
  40. data/tests/test_formula_in_ebee2/formula-100.inter +1 -0
  41. data/tests/test_formula_in_ebee2/formula-100.raw +1 -0
  42. data/tests/test_formula_in_ebee2/formula-100.tex +1 -0
  43. data/tests/test_formula_in_ebee2/formula-100_pre.tex +1 -0
  44. data/tests/test_formula_in_ebee2/formula_no_color-100.tex +1 -0
  45. data/tests/test_formula_in_full_app/formula-100.inter +1 -0
  46. data/tests/test_formula_in_full_app/formula-100.raw +1 -0
  47. data/tests/test_formula_in_full_app/formula-100.tex +1 -0
  48. data/tests/test_formula_in_full_app/formula-100_pre.tex +1 -0
  49. data/tests/test_formula_in_full_app/formula_no_color-100.tex +1 -0
  50. data/tests/test_formula_is_perfect_number/formula-100.inter +1 -0
  51. data/tests/test_formula_is_perfect_number/formula-100.raw +1 -0
  52. data/tests/test_formula_is_perfect_number/formula-100.tex +1 -0
  53. data/tests/test_formula_is_perfect_number/formula-100_pre.tex +1 -0
  54. data/tests/test_formula_is_perfect_number/formula_no_color-100.tex +1 -0
  55. data/tests/test_formula_projet_fred/formula-100.inter +1 -0
  56. data/tests/test_formula_projet_fred/formula-100.raw +1 -0
  57. data/tests/test_formula_projet_fred/formula-100.tex +1 -0
  58. data/tests/test_formula_projet_fred/formula-100_pre.tex +1 -0
  59. data/tests/test_formula_projet_fred/formula_no_color-100.tex +1 -0
  60. data/tests/test_formula_substitution/formula-100.inter +1 -0
  61. data/tests/test_formula_substitution/formula-100.raw +1 -0
  62. data/tests/test_formula_substitution/formula-100.tex +1 -0
  63. data/tests/test_formula_substitution/formula-100_pre.tex +1 -0
  64. data/tests/test_formula_substitution/formula_no_color-100.tex +1 -0
  65. data/tests/test_formula_with_2_subsequent_loops/formula-100.inter +1 -0
  66. data/tests/test_formula_with_2_subsequent_loops/formula-100.raw +1 -0
  67. data/tests/test_formula_with_2_subsequent_loops/formula-100.tex +1 -0
  68. data/tests/test_formula_with_2_subsequent_loops/formula-100_pre.tex +1 -0
  69. data/tests/test_formula_with_2_subsequent_loops/formula_no_color-100.tex +1 -0
  70. data/tests/test_formula_with_3_loops/formula-100.inter +1 -0
  71. data/tests/test_formula_with_3_loops/formula-100.raw +1 -0
  72. data/tests/test_formula_with_3_loops/formula-100.tex +1 -0
  73. data/tests/test_formula_with_3_loops/formula-100_pre.tex +1 -0
  74. data/tests/test_formula_with_3_loops/formula_no_color-100.tex +1 -0
  75. data/tests/test_formula_with_3_loops_and_reinitialization/formula-100.inter +1 -0
  76. data/tests/test_formula_with_3_loops_and_reinitialization/formula-100.raw +1 -0
  77. data/tests/test_formula_with_3_loops_and_reinitialization/formula-100.tex +1 -0
  78. data/tests/test_formula_with_3_loops_and_reinitialization/formula-100_pre.tex +1 -0
  79. data/tests/test_formula_with_3_loops_and_reinitialization/formula_no_color-100.tex +1 -0
  80. data/tests/test_formula_with_3_loops_in_loop/formula-100.inter +1 -0
  81. data/tests/test_formula_with_3_loops_in_loop/formula-100.raw +1 -0
  82. data/tests/test_formula_with_3_loops_in_loop/formula-100.tex +1 -0
  83. data/tests/test_formula_with_3_loops_in_loop/formula-100_pre.tex +1 -0
  84. data/tests/test_formula_with_3_loops_in_loop/formula_no_color-100.tex +1 -0
  85. data/tests/test_formula_with_ambiguous_substitution/formula-100.inter +1 -0
  86. data/tests/test_formula_with_ambiguous_substitution/formula-100.raw +1 -0
  87. data/tests/test_formula_with_ambiguous_substitution/formula-100.tex +1 -0
  88. data/tests/test_formula_with_ambiguous_substitution/formula-100_pre.tex +1 -0
  89. data/tests/test_formula_with_ambiguous_substitution/formula_no_color-100.tex +1 -0
  90. data/tests/test_formula_with_array_as_properties/formula-100.inter +1 -0
  91. data/tests/test_formula_with_array_as_properties/formula-100.raw +1 -0
  92. data/tests/test_formula_with_array_as_properties/formula-100.tex +1 -0
  93. data/tests/test_formula_with_array_as_properties/formula-100_pre.tex +1 -0
  94. data/tests/test_formula_with_array_as_properties/formula_no_color-100.tex +1 -0
  95. data/tests/test_formula_with_bound_return/formula-100.inter +1 -0
  96. data/tests/test_formula_with_bound_return/formula-100.raw +1 -0
  97. data/tests/test_formula_with_bound_return/formula-100.tex +1 -0
  98. data/tests/test_formula_with_bound_return/formula-100_pre.tex +1 -0
  99. data/tests/test_formula_with_bound_return/formula_no_color-100.tex +1 -0
  100. data/tests/test_formula_with_conditions_accross_several_functions/formula-100.inter +1 -0
  101. data/tests/test_formula_with_conditions_accross_several_functions/formula-100.raw +1 -0
  102. data/tests/test_formula_with_conditions_accross_several_functions/formula-100.tex +1 -0
  103. data/tests/test_formula_with_conditions_accross_several_functions/formula-100_pre.tex +1 -0
  104. data/tests/test_formula_with_conditions_accross_several_functions/formula_no_color-100.tex +1 -0
  105. data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.inter +1 -0
  106. data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.raw +1 -0
  107. data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.tex +1 -0
  108. data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100_pre.tex +1 -0
  109. data/tests/test_formula_with_conditions_accross_several_functions_and_single_call/formula_no_color-100.tex +1 -0
  110. data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.inter +1 -0
  111. data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.raw +1 -0
  112. data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.tex +1 -0
  113. data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula-100_pre.tex +1 -0
  114. data/tests/test_formula_with_ctor_reference_in_a_child_ctor/formula_no_color-100.tex +1 -0
  115. data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.inter +1 -0
  116. data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.raw +1 -0
  117. data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.tex +1 -0
  118. data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100_pre.tex +1 -0
  119. data/tests/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula_no_color-100.tex +1 -0
  120. data/tests/test_formula_with_different_states_in_properties/formula-100.inter +1 -0
  121. data/tests/test_formula_with_different_states_in_properties/formula-100.raw +1 -0
  122. data/tests/test_formula_with_different_states_in_properties/formula-100.tex +1 -0
  123. data/tests/test_formula_with_different_states_in_properties/formula-100_pre.tex +1 -0
  124. data/tests/test_formula_with_factorial_reccursion/formula-100.inter +1 -0
  125. data/tests/test_formula_with_factorial_reccursion/formula-100.raw +1 -0
  126. data/tests/test_formula_with_factorial_reccursion/formula-100.tex +1 -0
  127. data/tests/test_formula_with_factorial_reccursion/formula-100_pre.tex +1 -0
  128. data/tests/test_formula_with_factorial_reccursion/formula_no_color-100.tex +1 -0
  129. data/tests/test_formula_with_for_loop_multiple_assignation/formula-100.inter +1 -0
  130. data/tests/test_formula_with_for_loop_multiple_assignation/formula-100.raw +1 -0
  131. data/tests/test_formula_with_for_loop_multiple_assignation/formula-100.tex +1 -0
  132. data/tests/test_formula_with_for_loop_multiple_assignation/formula-100_pre.tex +1 -0
  133. data/tests/test_formula_with_for_loop_multiple_assignation/formula_no_color-100.tex +1 -0
  134. data/tests/test_formula_with_initial_value/#formula-100.raw# +1 -0
  135. data/tests/test_formula_with_initial_value/formula-100.inter +1 -0
  136. data/tests/test_formula_with_initial_value/formula-100.raw +1 -0
  137. data/tests/test_formula_with_initial_value/formula-100.tex +1 -0
  138. data/tests/test_formula_with_initial_value/formula-100_pre.tex +1 -0
  139. data/tests/test_formula_with_initial_value/formula_no_color-100.tex +1 -0
  140. data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.inter +1 -0
  141. data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.raw +1 -0
  142. data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.tex +1 -0
  143. data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100_pre.tex +1 -0
  144. data/tests/test_formula_with_loop_in_loop_accross_multiple_methods/formula_no_color-100.tex +1 -0
  145. data/tests/test_formula_with_loop_with_array/formula-100.inter +1 -0
  146. data/tests/test_formula_with_loop_with_array/formula-100.raw +1 -0
  147. data/tests/test_formula_with_loop_with_array/formula-100.tex +1 -0
  148. data/tests/test_formula_with_loop_with_array/formula-100_pre.tex +1 -0
  149. data/tests/test_formula_with_loop_with_array/formula_no_color-100.tex +1 -0
  150. data/tests/test_formula_with_loop_with_collection/formula-100.inter +1 -0
  151. data/tests/test_formula_with_loop_with_collection/formula-100.raw +1 -0
  152. data/tests/test_formula_with_loop_with_collection/formula-100.tex +1 -0
  153. data/tests/test_formula_with_loop_with_collection/formula-100_pre.tex +1 -0
  154. data/tests/test_formula_with_loop_with_collection/formula_no_color-100.tex +1 -0
  155. data/tests/test_formula_with_loop_with_collection_on_objects/formula-100.inter +1 -0
  156. data/tests/test_formula_with_loop_with_collection_on_objects/formula-100.raw +1 -0
  157. data/tests/test_formula_with_loop_with_collection_on_objects/formula-100.tex +1 -0
  158. data/tests/test_formula_with_loop_with_collection_on_objects/formula-100_pre.tex +1 -0
  159. data/tests/test_formula_with_loop_with_collection_on_objects/formula_no_color-100.tex +1 -0
  160. data/tests/test_formula_with_loop_with_div/formula-100.inter +1 -0
  161. data/tests/test_formula_with_loop_with_div/formula-100.raw +1 -0
  162. data/tests/test_formula_with_loop_with_div/formula-100.tex +1 -0
  163. data/tests/test_formula_with_loop_with_div/formula-100_pre.tex +1 -0
  164. data/tests/test_formula_with_loop_with_div/formula_no_color-100.tex +1 -0
  165. data/tests/test_formula_with_loop_with_ext_call/formula-100.inter +1 -0
  166. data/tests/test_formula_with_loop_with_ext_call/formula-100.raw +1 -0
  167. data/tests/test_formula_with_loop_with_ext_call/formula-100.tex +1 -0
  168. data/tests/test_formula_with_loop_with_ext_call/formula-100_pre.tex +1 -0
  169. data/tests/test_formula_with_loop_with_ext_call/formula_no_color-100.tex +1 -0
  170. data/tests/test_formula_with_loop_with_prod/formula-100.inter +1 -0
  171. data/tests/test_formula_with_loop_with_prod/formula-100.raw +1 -0
  172. data/tests/test_formula_with_loop_with_prod/formula-100.tex +1 -0
  173. data/tests/test_formula_with_loop_with_prod/formula-100_pre.tex +1 -0
  174. data/tests/test_formula_with_loop_with_prod/formula_no_color-100.tex +1 -0
  175. data/tests/test_formula_with_loop_with_subst/formula-100.inter +1 -0
  176. data/tests/test_formula_with_loop_with_subst/formula-100.raw +1 -0
  177. data/tests/test_formula_with_loop_with_subst/formula-100.tex +1 -0
  178. data/tests/test_formula_with_loop_with_subst/formula-100_pre.tex +1 -0
  179. data/tests/test_formula_with_loop_with_subst/formula_no_color-100.tex +1 -0
  180. data/tests/test_formula_with_loop_with_sum/formula-100.inter +1 -0
  181. data/tests/test_formula_with_loop_with_sum/formula-100.raw +1 -0
  182. data/tests/test_formula_with_loop_with_sum/formula-100.tex +1 -0
  183. data/tests/test_formula_with_loop_with_sum/formula-100_pre.tex +1 -0
  184. data/tests/test_formula_with_loop_with_sum/formula_no_color-100.tex +1 -0
  185. data/tests/test_formula_with_loop_with_while/formula-100.inter +1 -0
  186. data/tests/test_formula_with_loop_with_while/formula-100.raw +1 -0
  187. data/tests/test_formula_with_loop_with_while/formula-100.tex +1 -0
  188. data/tests/test_formula_with_loop_with_while/formula-100_pre.tex +1 -0
  189. data/tests/test_formula_with_loop_with_while/formula_no_color-100.tex +1 -0
  190. data/tests/test_formula_with_loop_with_while_break/formula-100.inter +1 -0
  191. data/tests/test_formula_with_loop_with_while_break/formula-100.raw +1 -0
  192. data/tests/test_formula_with_loop_with_while_break/formula-100.tex +1 -0
  193. data/tests/test_formula_with_loop_with_while_break/formula-100_pre.tex +1 -0
  194. data/tests/test_formula_with_loop_with_while_break/formula_no_color-100.tex +1 -0
  195. data/tests/test_formula_with_loop_with_while_return/formula-100.inter +1 -0
  196. data/tests/test_formula_with_loop_with_while_return/formula-100.raw +1 -0
  197. data/tests/test_formula_with_loop_with_while_return/formula-100.tex +1 -0
  198. data/tests/test_formula_with_loop_with_while_return/formula-100_pre.tex +1 -0
  199. data/tests/test_formula_with_loop_with_while_return/formula_no_color-100.tex +1 -0
  200. data/tests/test_formula_with_multiple_assignation/formula-100.inter +1 -0
  201. data/tests/test_formula_with_multiple_assignation/formula-100.raw +1 -0
  202. data/tests/test_formula_with_multiple_assignation/formula-100.tex +1 -0
  203. data/tests/test_formula_with_multiple_assignation/formula-100_pre.tex +1 -0
  204. data/tests/test_formula_with_multiple_assignation/formula_no_color-100.tex +1 -0
  205. data/tests/test_formula_with_multiple_assignation_if/formula-100.inter +1 -0
  206. data/tests/test_formula_with_multiple_assignation_if/formula-100.raw +1 -0
  207. data/tests/test_formula_with_multiple_assignation_if/formula-100.tex +1 -0
  208. data/tests/test_formula_with_multiple_assignation_if/formula-100_pre.tex +1 -0
  209. data/tests/test_formula_with_multiple_assignation_if/formula_no_color-100.tex +1 -0
  210. data/tests/test_formula_with_multiple_assignation_in_loop/formula-100.inter +1 -0
  211. data/tests/test_formula_with_multiple_assignation_in_loop/formula-100.raw +1 -0
  212. data/tests/test_formula_with_multiple_assignation_in_loop/formula-100.tex +1 -0
  213. data/tests/test_formula_with_multiple_assignation_in_loop/formula-100_pre.tex +1 -0
  214. data/tests/test_formula_with_multiple_assignation_in_loop/formula_no_color-100.tex +1 -0
  215. data/tests/test_formula_with_multiple_assignation_no_if/formula-100.inter +1 -0
  216. data/tests/test_formula_with_multiple_assignation_no_if/formula-100.raw +1 -0
  217. data/tests/test_formula_with_multiple_assignation_no_if/formula-100.tex +1 -0
  218. data/tests/test_formula_with_multiple_assignation_no_if/formula-100_pre.tex +1 -0
  219. data/tests/test_formula_with_multiple_assignation_no_if/formula_no_color-100.tex +1 -0
  220. data/tests/test_formula_with_multiple_assignation_with_false_if/formula-100.inter +1 -0
  221. data/tests/test_formula_with_multiple_assignation_with_false_if/formula-100.raw +1 -0
  222. data/tests/test_formula_with_multiple_assignation_with_false_if/formula-100.tex +1 -0
  223. data/tests/test_formula_with_multiple_assignation_with_false_if/formula-100_pre.tex +1 -0
  224. data/tests/test_formula_with_multiple_assignation_with_false_if/formula_no_color-100.tex +1 -0
  225. data/tests/test_formula_with_multiple_assignation_with_true_if/formula-100.inter +1 -0
  226. data/tests/test_formula_with_multiple_assignation_with_true_if/formula-100.raw +1 -0
  227. data/tests/test_formula_with_multiple_assignation_with_true_if/formula-100.tex +1 -0
  228. data/tests/test_formula_with_multiple_assignation_with_true_if/formula-100_pre.tex +1 -0
  229. data/tests/test_formula_with_multiple_assignation_with_true_if/formula_no_color-100.tex +1 -0
  230. data/tests/test_formula_with_multiple_call_to_same_func/formula-100.inter +1 -0
  231. data/tests/test_formula_with_multiple_call_to_same_func/formula-100.raw +1 -0
  232. data/tests/test_formula_with_multiple_call_to_same_func/formula-100.tex +1 -0
  233. data/tests/test_formula_with_multiple_call_to_same_func/formula-100_pre.tex +1 -0
  234. data/tests/test_formula_with_multiple_call_to_same_func/formula_no_color-100.tex +1 -0
  235. data/tests/test_formula_with_multiple_operations/formula-100.inter +1 -0
  236. data/tests/test_formula_with_multiple_operations/formula-100.raw +1 -0
  237. data/tests/test_formula_with_multiple_operations/formula-100.tex +1 -0
  238. data/tests/test_formula_with_multiple_operations/formula-100_pre.tex +1 -0
  239. data/tests/test_formula_with_multiple_operations/formula_no_color-100.tex +1 -0
  240. data/tests/test_formula_with_multiple_references/formula-100.inter +1 -0
  241. data/tests/test_formula_with_multiple_references/formula-100.raw +1 -0
  242. data/tests/test_formula_with_multiple_references/formula-100.tex +1 -0
  243. data/tests/test_formula_with_multiple_references/formula-100_pre.tex +1 -0
  244. data/tests/test_formula_with_multiple_references/formula_no_color-100.tex +1 -0
  245. data/tests/test_formula_with_multiple_return/formula-100.inter +1 -0
  246. data/tests/test_formula_with_multiple_return/formula-100.raw +1 -0
  247. data/tests/test_formula_with_multiple_return/formula-100.tex +1 -0
  248. data/tests/test_formula_with_multiple_return/formula-100_pre.tex +1 -0
  249. data/tests/test_formula_with_multiple_return/formula_no_color-100.tex +1 -0
  250. data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.inter +1 -0
  251. data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.raw +1 -0
  252. data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.tex +1 -0
  253. data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula-100_pre.tex +1 -0
  254. data/tests/test_formula_with_multiple_return_when_stdDev_is_0/formula_no_color-100.tex +1 -0
  255. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.inter +1 -0
  256. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.raw +1 -0
  257. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.tex +1 -0
  258. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100_pre.tex +1 -0
  259. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula_no_color-100.tex +1 -0
  260. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.inter +1 -0
  261. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.raw +1 -0
  262. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.tex +1 -0
  263. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100_pre.tex +1 -0
  264. data/tests/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula_no_color-100.tex +1 -0
  265. data/tests/test_formula_with_non_impacting_conditions/formula-100.inter +1 -0
  266. data/tests/test_formula_with_non_impacting_conditions/formula-100.raw +1 -0
  267. data/tests/test_formula_with_non_impacting_conditions/formula-100.tex +1 -0
  268. data/tests/test_formula_with_non_impacting_conditions/formula-100_pre.tex +1 -0
  269. data/tests/test_formula_with_non_impacting_conditions/formula_no_color-100.tex +1 -0
  270. data/tests/test_formula_with_object_properties/formula-100.inter +1 -0
  271. data/tests/test_formula_with_object_properties/formula-100.raw +1 -0
  272. data/tests/test_formula_with_object_properties/formula-100.tex +1 -0
  273. data/tests/test_formula_with_object_properties/formula-100_pre.tex +1 -0
  274. data/tests/test_formula_with_object_properties/formula_no_color-100.tex +1 -0
  275. data/tests/test_formula_with_paren/formula-100.inter +1 -0
  276. data/tests/test_formula_with_paren/formula-100.raw +1 -0
  277. data/tests/test_formula_with_paren/formula-100.tex +1 -0
  278. data/tests/test_formula_with_paren/formula-100_pre.tex +1 -0
  279. data/tests/test_formula_with_paren/formula_no_color-100.tex +1 -0
  280. data/tests/test_formula_with_reference_in_ctor/formula-100.inter +1 -0
  281. data/tests/test_formula_with_reference_in_ctor/formula-100.raw +1 -0
  282. data/tests/test_formula_with_reference_in_ctor/formula-100.tex +1 -0
  283. data/tests/test_formula_with_reference_in_ctor/formula-100_pre.tex +1 -0
  284. data/tests/test_formula_with_reference_in_ctor/formula_no_color-100.tex +1 -0
  285. data/tests/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.inter +1 -0
  286. data/tests/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.raw +1 -0
  287. data/tests/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.tex +1 -0
  288. data/tests/test_formula_with_reference_in_ctor_with_called_ctor/formula-100_pre.tex +1 -0
  289. data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula-100.inter +1 -0
  290. data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula-100.raw +1 -0
  291. data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula-100.tex +1 -0
  292. data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula-100_pre.tex +1 -0
  293. data/tests/test_formula_with_reinint_assignation_false_if_in_loop/formula_no_color-100.tex +1 -0
  294. data/tests/test_formula_with_reinint_assignation_in_loop/formula-100.inter +1 -0
  295. data/tests/test_formula_with_reinint_assignation_in_loop/formula-100.raw +1 -0
  296. data/tests/test_formula_with_reinint_assignation_in_loop/formula-100.tex +1 -0
  297. data/tests/test_formula_with_reinint_assignation_in_loop/formula-100_pre.tex +1 -0
  298. data/tests/test_formula_with_reinint_assignation_in_loop/formula_no_color-100.tex +1 -0
  299. data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula-100.inter +1 -0
  300. data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula-100.raw +1 -0
  301. data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula-100.tex +1 -0
  302. data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula-100_pre.tex +1 -0
  303. data/tests/test_formula_with_reinint_assignation_no_if_in_loop/formula_no_color-100.tex +1 -0
  304. data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula-100.inter +1 -0
  305. data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula-100.raw +1 -0
  306. data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula-100.tex +1 -0
  307. data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula-100_pre.tex +1 -0
  308. data/tests/test_formula_with_reinint_assignation_true_if_in_loop/formula_no_color-100.tex +1 -0
  309. data/tests/test_formula_with_return_array_as_properties/formula-100.inter +1 -0
  310. data/tests/test_formula_with_return_array_as_properties/formula-100.raw +1 -0
  311. data/tests/test_formula_with_return_array_as_properties/formula-100.tex +1 -0
  312. data/tests/test_formula_with_return_array_as_properties/formula-100_pre.tex +1 -0
  313. data/tests/test_formula_with_return_string_as_properties/formula-100.inter +1 -0
  314. data/tests/test_formula_with_return_string_as_properties/formula-100.raw +1 -0
  315. data/tests/test_formula_with_return_string_as_properties/formula-100.tex +1 -0
  316. data/tests/test_formula_with_return_string_as_properties/formula-100_pre.tex +1 -0
  317. data/tests/test_formula_with_return_string_as_properties/formula_no_color-100.tex +1 -0
  318. data/tests/test_formula_with_unbound_call_in_assign/formula-100.inter +1 -0
  319. data/tests/test_formula_with_unbound_call_in_assign/formula-100.raw +1 -0
  320. data/tests/test_formula_with_unbound_call_in_assign/formula-100.tex +1 -0
  321. data/tests/test_formula_with_unbound_call_in_assign/formula-100_pre.tex +1 -0
  322. data/tests/test_formula_with_unbound_call_in_assign/formula_no_color-100.tex +1 -0
  323. data/tests/test_formula_with_unused_condition/formula-100.inter +1 -0
  324. data/tests/test_formula_with_unused_condition/formula-100.raw +1 -0
  325. data/tests/test_formula_with_unused_condition/formula-100.tex +1 -0
  326. data/tests/test_formula_with_unused_condition/formula-100_pre.tex +1 -0
  327. data/tests/test_formula_with_unused_condition/formula_no_color-100.tex +1 -0
  328. data/tests/test_formula_with_while_loop_multiple_assignation/formula-100.inter +1 -0
  329. data/tests/test_formula_with_while_loop_multiple_assignation/formula-100.raw +1 -0
  330. data/tests/test_formula_with_while_loop_multiple_assignation/formula-100.tex +1 -0
  331. data/tests/test_formula_with_while_loop_multiple_assignation/formula-100_pre.tex +1 -0
  332. data/tests/test_formula_with_while_loop_multiple_assignation/formula_no_color-100.tex +1 -0
  333. data/tests/test_formula_with_while_loop_multiple_assignation/test_formula_with_for_loop_multiple_assignation/formula-100.raw +1 -0
  334. data/tests/test_formula_with_while_loop_multiple_assignation/test_formula_with_for_loop_multiple_assignation/formula-100.tex +1 -0
  335. data/tests/test_formula_with_while_to_for_loop/formula-100.inter +1 -0
  336. data/tests/test_formula_with_while_to_for_loop/formula-100.raw +1 -0
  337. data/tests/test_formula_with_while_to_for_loop/formula-100.tex +1 -0
  338. data/tests/test_formula_with_while_to_for_loop/formula-100_pre.tex +1 -0
  339. data/tests/test_formula_with_while_to_for_loop_with_break/formula-100.inter +1 -0
  340. data/tests/test_formula_with_while_to_for_loop_with_break/formula-100.raw +1 -0
  341. data/tests/test_formula_with_while_to_for_loop_with_break/formula-100.tex +1 -0
  342. data/tests/test_formula_with_while_to_for_loop_with_break/formula-100_pre.tex +1 -0
  343. data/tests/test_isFlush_formula_in_full_app/formula_no_color-100.tex +1 -0
  344. data/tests/test_isFourOfAKind_formula_in_full_app/formula_no_color-100.tex +1 -0
  345. data/tests/test_isFullHouse_formula_in_full_app/formula_no_color-100.tex +1 -0
  346. data/tests/test_isOnePair_formula_in_full_app/formula_no_color-100.tex +1 -0
  347. data/tests/test_isStraightFlush_formula_in_full_app/formula_no_color-100.tex +1 -0
  348. data/tests/test_isStraight_formula_in_full_app/formula_no_color-100.tex +1 -0
  349. data/tests/test_isThreeOfAKind_formula_in_full_app/formula_no_color-100.tex +1 -0
  350. data/tests/test_isTwoPairs_formula_in_full_app/formula_no_color-100.tex +1 -0
  351. data/tests/test_simple_formula/formula-100.inter +1 -0
  352. data/tests/test_simple_formula/formula-100.raw +1 -0
  353. data/tests/test_simple_formula/formula-100.tex +1 -0
  354. data/tests/test_simple_formula/formula-100_pre.tex +1 -0
  355. data/tests/test_simple_formula/formula_no_color-100.tex +1 -0
  356. data/tests_old/test_big_formula/formula-100 +1 -0
  357. data/tests_old/test_big_formula/formula-100.inter +1 -0
  358. data/tests_old/test_big_formula/formula-100.raw +1 -0
  359. data/tests_old/test_big_formula/formula-100_inter +1 -0
  360. data/tests_old/test_big_formula/formula-100_pre.tex +1 -0
  361. data/tests_old/test_conditions_for_formula_in_full_app/formula-100 +1 -0
  362. data/tests_old/test_conditions_for_formula_in_full_app/formula-100.inter +1 -0
  363. data/tests_old/test_conditions_for_formula_in_full_app/formula-100.raw +1 -0
  364. data/tests_old/test_conditions_for_formula_in_full_app/formula-100_inter +1 -0
  365. data/tests_old/test_conditions_for_formula_in_full_app/formula-100_pre.tex +1 -0
  366. data/tests_old/test_conditions_for_formula_in_full_app/log +1 -0
  367. data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100 +1 -0
  368. data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100.inter +1 -0
  369. data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100.raw +1 -0
  370. data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100_inter +1 -0
  371. data/tests_old/test_conditions_management_whith_multiple_possible_states/formula-100_pre.tex +1 -0
  372. data/tests_old/test_descriptor_item/formula-100 +1 -0
  373. data/tests_old/test_descriptor_item/formula-100.inter +1 -0
  374. data/tests_old/test_descriptor_item/formula-100.raw +1 -0
  375. data/tests_old/test_descriptor_item/formula-100_pre.tex +1 -0
  376. data/tests_old/test_formula_in_ebee/formula-100 +1 -0
  377. data/tests_old/test_formula_in_ebee/formula-100.inter +1 -0
  378. data/tests_old/test_formula_in_ebee/formula-100.raw +1 -0
  379. data/tests_old/test_formula_in_ebee/formula-100_inter +1 -0
  380. data/tests_old/test_formula_in_ebee/formula-100_pre.tex +1 -0
  381. data/tests_old/test_formula_in_ebee2/formula-100 +1 -0
  382. data/tests_old/test_formula_in_ebee2/formula-100.inter +1 -0
  383. data/tests_old/test_formula_in_ebee2/formula-100.raw +1 -0
  384. data/tests_old/test_formula_in_ebee2/formula-100_inter +1 -0
  385. data/tests_old/test_formula_in_ebee2/formula-100_pre.tex +1 -0
  386. data/tests_old/test_formula_in_full_app/formula-100 +1 -0
  387. data/tests_old/test_formula_in_full_app/formula-100.inter +1 -0
  388. data/tests_old/test_formula_in_full_app/formula-100.raw +1 -0
  389. data/tests_old/test_formula_in_full_app/formula-100_inter +1 -0
  390. data/tests_old/test_formula_in_full_app/formula-100_pre.tex +1 -0
  391. data/tests_old/test_formula_in_full_app/log +1 -0
  392. data/tests_old/test_formula_substitution/formula-100 +1 -0
  393. data/tests_old/test_formula_substitution/formula-100.inter +1 -0
  394. data/tests_old/test_formula_substitution/formula-100.raw +1 -0
  395. data/tests_old/test_formula_substitution/formula-100_inter +1 -0
  396. data/tests_old/test_formula_substitution/formula-100_pre.tex +1 -0
  397. data/tests_old/test_formula_substitution/log +1 -0
  398. data/tests_old/test_formula_with_2_subsequent_loops/formula-100 +1 -0
  399. data/tests_old/test_formula_with_2_subsequent_loops/formula-100.inter +1 -0
  400. data/tests_old/test_formula_with_2_subsequent_loops/formula-100.raw +1 -0
  401. data/tests_old/test_formula_with_2_subsequent_loops/formula-100_inter +1 -0
  402. data/tests_old/test_formula_with_2_subsequent_loops/formula-100_pre.tex +1 -0
  403. data/tests_old/test_formula_with_3_loops/formula-100 +1 -0
  404. data/tests_old/test_formula_with_3_loops/formula-100.inter +1 -0
  405. data/tests_old/test_formula_with_3_loops/formula-100.raw +1 -0
  406. data/tests_old/test_formula_with_3_loops/formula-100_inter +1 -0
  407. data/tests_old/test_formula_with_3_loops/formula-100_pre.tex +1 -0
  408. data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100 +1 -0
  409. data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100.inter +1 -0
  410. data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100.raw +1 -0
  411. data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100_inter +1 -0
  412. data/tests_old/test_formula_with_3_loops_and_reinitialization/formula-100_pre.tex +1 -0
  413. data/tests_old/test_formula_with_3_loops_in_loop/formula-100 +1 -0
  414. data/tests_old/test_formula_with_3_loops_in_loop/formula-100.inter +1 -0
  415. data/tests_old/test_formula_with_3_loops_in_loop/formula-100.raw +1 -0
  416. data/tests_old/test_formula_with_3_loops_in_loop/formula-100_inter +1 -0
  417. data/tests_old/test_formula_with_3_loops_in_loop/formula-100_pre.tex +1 -0
  418. data/tests_old/test_formula_with_ambiguous_substitution/formula-100 +1 -0
  419. data/tests_old/test_formula_with_ambiguous_substitution/formula-100.inter +1 -0
  420. data/tests_old/test_formula_with_ambiguous_substitution/formula-100.raw +1 -0
  421. data/tests_old/test_formula_with_ambiguous_substitution/formula-100_inter +1 -0
  422. data/tests_old/test_formula_with_ambiguous_substitution/formula-100_pre.tex +1 -0
  423. data/tests_old/test_formula_with_array_as_properties/formula-100 +1 -0
  424. data/tests_old/test_formula_with_array_as_properties/formula-100.inter +1 -0
  425. data/tests_old/test_formula_with_array_as_properties/formula-100.raw +1 -0
  426. data/tests_old/test_formula_with_array_as_properties/formula-100_inter +1 -0
  427. data/tests_old/test_formula_with_array_as_properties/formula-100_pre.tex +1 -0
  428. data/tests_old/test_formula_with_bound_return/formula-100 +1 -0
  429. data/tests_old/test_formula_with_bound_return/formula-100.inter +1 -0
  430. data/tests_old/test_formula_with_bound_return/formula-100.raw +1 -0
  431. data/tests_old/test_formula_with_bound_return/formula-100_inter +1 -0
  432. data/tests_old/test_formula_with_bound_return/formula-100_pre.tex +1 -0
  433. data/tests_old/test_formula_with_bound_return/log +1 -0
  434. data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100 +1 -0
  435. data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100.inter +1 -0
  436. data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100.raw +1 -0
  437. data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100_inter +1 -0
  438. data/tests_old/test_formula_with_conditions_accross_several_functions/formula-100_pre.tex +1 -0
  439. data/tests_old/test_formula_with_conditions_accross_several_functions/log +1 -0
  440. data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100 +1 -0
  441. data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.inter +1 -0
  442. data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100.raw +1 -0
  443. data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100_inter +1 -0
  444. data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/formula-100_pre.tex +1 -0
  445. data/tests_old/test_formula_with_conditions_accross_several_functions_and_single_call/log +1 -0
  446. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100 +1 -0
  447. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.inter +1 -0
  448. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100.raw +1 -0
  449. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100_inter +1 -0
  450. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/formula-100_pre.tex +1 -0
  451. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor/log +1 -0
  452. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100 +1 -0
  453. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.inter +1 -0
  454. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100.raw +1 -0
  455. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100_inter +1 -0
  456. data/tests_old/test_formula_with_ctor_reference_in_a_child_ctor_and_true_conditions/formula-100_pre.tex +1 -0
  457. data/tests_old/test_formula_with_different_states_in_properties/formula-100 +1 -0
  458. data/tests_old/test_formula_with_different_states_in_properties/formula-100.inter +1 -0
  459. data/tests_old/test_formula_with_different_states_in_properties/formula-100.raw +1 -0
  460. data/tests_old/test_formula_with_different_states_in_properties/formula-100_inter +1 -0
  461. data/tests_old/test_formula_with_different_states_in_properties/formula-100_pre.tex +1 -0
  462. data/tests_old/test_formula_with_initial_value/formula-100 +1 -0
  463. data/tests_old/test_formula_with_initial_value/formula-100.inter +1 -0
  464. data/tests_old/test_formula_with_initial_value/formula-100.raw +1 -0
  465. data/tests_old/test_formula_with_initial_value/formula-100_inter +1 -0
  466. data/tests_old/test_formula_with_initial_value/formula-100_pre.tex +1 -0
  467. data/tests_old/test_formula_with_initial_value/log +1 -0
  468. data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100 +1 -0
  469. data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.inter +1 -0
  470. data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100.raw +1 -0
  471. data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100_inter +1 -0
  472. data/tests_old/test_formula_with_loop_in_loop_accross_multiple_methods/formula-100_pre.tex +1 -0
  473. data/tests_old/test_formula_with_loop_with_array/formula-100 +1 -0
  474. data/tests_old/test_formula_with_loop_with_array/formula-100.inter +1 -0
  475. data/tests_old/test_formula_with_loop_with_array/formula-100.raw +1 -0
  476. data/tests_old/test_formula_with_loop_with_array/formula-100_inter +1 -0
  477. data/tests_old/test_formula_with_loop_with_array/formula-100_pre.tex +1 -0
  478. data/tests_old/test_formula_with_loop_with_array/log +1 -0
  479. data/tests_old/test_formula_with_loop_with_collection/formula-100 +1 -0
  480. data/tests_old/test_formula_with_loop_with_collection/formula-100.inter +1 -0
  481. data/tests_old/test_formula_with_loop_with_collection/formula-100.raw +1 -0
  482. data/tests_old/test_formula_with_loop_with_collection/formula-100_inter +1 -0
  483. data/tests_old/test_formula_with_loop_with_collection/formula-100_pre.tex +1 -0
  484. data/tests_old/test_formula_with_loop_with_collection/log +1 -0
  485. data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100 +1 -0
  486. data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100.inter +1 -0
  487. data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100.raw +1 -0
  488. data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100_inter +1 -0
  489. data/tests_old/test_formula_with_loop_with_collection_on_objects/formula-100_pre.tex +1 -0
  490. data/tests_old/test_formula_with_loop_with_collection_on_objects/log +1 -0
  491. data/tests_old/test_formula_with_loop_with_div/formula-100 +1 -0
  492. data/tests_old/test_formula_with_loop_with_div/formula-100.inter +1 -0
  493. data/tests_old/test_formula_with_loop_with_div/formula-100.raw +1 -0
  494. data/tests_old/test_formula_with_loop_with_div/formula-100_inter +1 -0
  495. data/tests_old/test_formula_with_loop_with_div/formula-100_pre.tex +1 -0
  496. data/tests_old/test_formula_with_loop_with_ext_call/formula-100 +1 -0
  497. data/tests_old/test_formula_with_loop_with_ext_call/formula-100.inter +1 -0
  498. data/tests_old/test_formula_with_loop_with_ext_call/formula-100.raw +1 -0
  499. data/tests_old/test_formula_with_loop_with_ext_call/formula-100_inter +1 -0
  500. data/tests_old/test_formula_with_loop_with_ext_call/formula-100_pre.tex +1 -0
  501. data/tests_old/test_formula_with_loop_with_prod/formula-100 +1 -0
  502. data/tests_old/test_formula_with_loop_with_prod/formula-100.inter +1 -0
  503. data/tests_old/test_formula_with_loop_with_prod/formula-100.raw +1 -0
  504. data/tests_old/test_formula_with_loop_with_prod/formula-100_inter +1 -0
  505. data/tests_old/test_formula_with_loop_with_prod/formula-100_pre.tex +1 -0
  506. data/tests_old/test_formula_with_loop_with_subst/formula-100 +1 -0
  507. data/tests_old/test_formula_with_loop_with_subst/formula-100.inter +1 -0
  508. data/tests_old/test_formula_with_loop_with_subst/formula-100.raw +1 -0
  509. data/tests_old/test_formula_with_loop_with_subst/formula-100_inter +1 -0
  510. data/tests_old/test_formula_with_loop_with_subst/formula-100_pre.tex +1 -0
  511. data/tests_old/test_formula_with_loop_with_sum/formula-100 +1 -0
  512. data/tests_old/test_formula_with_loop_with_sum/formula-100.inter +1 -0
  513. data/tests_old/test_formula_with_loop_with_sum/formula-100.raw +1 -0
  514. data/tests_old/test_formula_with_loop_with_sum/formula-100_inter +1 -0
  515. data/tests_old/test_formula_with_loop_with_sum/formula-100_pre.tex +1 -0
  516. data/tests_old/test_formula_with_loop_with_while/formula-100 +1 -0
  517. data/tests_old/test_formula_with_loop_with_while/formula-100.inter +1 -0
  518. data/tests_old/test_formula_with_loop_with_while/formula-100.raw +1 -0
  519. data/tests_old/test_formula_with_loop_with_while/formula-100_inter +1 -0
  520. data/tests_old/test_formula_with_loop_with_while/formula-100_pre.tex +1 -0
  521. data/tests_old/test_formula_with_loop_with_while_break/formula-100 +1 -0
  522. data/tests_old/test_formula_with_loop_with_while_break/formula-100.inter +1 -0
  523. data/tests_old/test_formula_with_loop_with_while_break/formula-100.raw +1 -0
  524. data/tests_old/test_formula_with_loop_with_while_break/formula-100_inter +1 -0
  525. data/tests_old/test_formula_with_loop_with_while_break/formula-100_pre.tex +1 -0
  526. data/tests_old/test_formula_with_loop_with_while_return/formula-100 +1 -0
  527. data/tests_old/test_formula_with_loop_with_while_return/formula-100.inter +1 -0
  528. data/tests_old/test_formula_with_loop_with_while_return/formula-100.raw +1 -0
  529. data/tests_old/test_formula_with_loop_with_while_return/formula-100_inter +1 -0
  530. data/tests_old/test_formula_with_loop_with_while_return/formula-100_pre.tex +1 -0
  531. data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100 +1 -0
  532. data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100.inter +1 -0
  533. data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100.raw +1 -0
  534. data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100_inter +1 -0
  535. data/tests_old/test_formula_with_multiple_call_to_same_func/formula-100_pre.tex +1 -0
  536. data/tests_old/test_formula_with_multiple_operations/formula-100 +1 -0
  537. data/tests_old/test_formula_with_multiple_operations/formula-100.inter +1 -0
  538. data/tests_old/test_formula_with_multiple_operations/formula-100.raw +1 -0
  539. data/tests_old/test_formula_with_multiple_operations/formula-100_inter +1 -0
  540. data/tests_old/test_formula_with_multiple_operations/formula-100_pre.tex +1 -0
  541. data/tests_old/test_formula_with_multiple_references/formula-100 +1 -0
  542. data/tests_old/test_formula_with_multiple_references/formula-100.inter +1 -0
  543. data/tests_old/test_formula_with_multiple_references/formula-100.raw +1 -0
  544. data/tests_old/test_formula_with_multiple_references/formula-100_inter +1 -0
  545. data/tests_old/test_formula_with_multiple_references/formula-100_pre.tex +1 -0
  546. data/tests_old/test_formula_with_multiple_return/formula-100 +1 -0
  547. data/tests_old/test_formula_with_multiple_return/formula-100.inter +1 -0
  548. data/tests_old/test_formula_with_multiple_return/formula-100.raw +1 -0
  549. data/tests_old/test_formula_with_multiple_return/formula-100_inter +1 -0
  550. data/tests_old/test_formula_with_multiple_return/formula-100_pre.tex +1 -0
  551. data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100 +1 -0
  552. data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.inter +1 -0
  553. data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100.raw +1 -0
  554. data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100_inter +1 -0
  555. data/tests_old/test_formula_with_multiple_return_when_stdDev_is_0/formula-100_pre.tex +1 -0
  556. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100 +1 -0
  557. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.inter +1 -0
  558. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100.raw +1 -0
  559. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100_inter +1 -0
  560. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_call/formula-100_pre.tex +1 -0
  561. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100 +1 -0
  562. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.inter +1 -0
  563. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100.raw +1 -0
  564. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100_inter +1 -0
  565. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/formula-100_pre.tex +1 -0
  566. data/tests_old/test_formula_with_multiple_return_when_strike_is_0_and_opt_type_is_put/log +1 -0
  567. data/tests_old/test_formula_with_non_impacting_conditions/formula-100 +1 -0
  568. data/tests_old/test_formula_with_non_impacting_conditions/formula-100.inter +1 -0
  569. data/tests_old/test_formula_with_non_impacting_conditions/formula-100.raw +1 -0
  570. data/tests_old/test_formula_with_non_impacting_conditions/formula-100_inter +1 -0
  571. data/tests_old/test_formula_with_non_impacting_conditions/formula-100_pre.tex +1 -0
  572. data/tests_old/test_formula_with_non_impacting_conditions/log +1 -0
  573. data/tests_old/test_formula_with_object_properties/formula-100 +1 -0
  574. data/tests_old/test_formula_with_object_properties/formula-100.inter +1 -0
  575. data/tests_old/test_formula_with_object_properties/formula-100.raw +1 -0
  576. data/tests_old/test_formula_with_object_properties/formula-100_inter +1 -0
  577. data/tests_old/test_formula_with_object_properties/formula-100_pre.tex +1 -0
  578. data/tests_old/test_formula_with_paren/formula-100 +1 -0
  579. data/tests_old/test_formula_with_paren/formula-100.inter +1 -0
  580. data/tests_old/test_formula_with_paren/formula-100.raw +1 -0
  581. data/tests_old/test_formula_with_paren/formula-100_inter +1 -0
  582. data/tests_old/test_formula_with_paren/formula-100_pre.tex +1 -0
  583. data/tests_old/test_formula_with_reference_in_ctor/formula-100 +1 -0
  584. data/tests_old/test_formula_with_reference_in_ctor/formula-100.inter +1 -0
  585. data/tests_old/test_formula_with_reference_in_ctor/formula-100.raw +1 -0
  586. data/tests_old/test_formula_with_reference_in_ctor/formula-100_inter +1 -0
  587. data/tests_old/test_formula_with_reference_in_ctor/formula-100_pre.tex +1 -0
  588. data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100 +1 -0
  589. data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.inter +1 -0
  590. data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100.raw +1 -0
  591. data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100_inter +1 -0
  592. data/tests_old/test_formula_with_reference_in_ctor_with_called_ctor/formula-100_pre.tex +1 -0
  593. data/tests_old/test_formula_with_return_array_as_properties/formula-100 +1 -0
  594. data/tests_old/test_formula_with_return_array_as_properties/formula-100.inter +1 -0
  595. data/tests_old/test_formula_with_return_array_as_properties/formula-100.raw +1 -0
  596. data/tests_old/test_formula_with_return_array_as_properties/formula-100_inter +1 -0
  597. data/tests_old/test_formula_with_return_array_as_properties/formula-100_pre.tex +1 -0
  598. data/tests_old/test_formula_with_return_string_as_properties/formula-100 +1 -0
  599. data/tests_old/test_formula_with_return_string_as_properties/formula-100.inter +1 -0
  600. data/tests_old/test_formula_with_return_string_as_properties/formula-100.raw +1 -0
  601. data/tests_old/test_formula_with_return_string_as_properties/formula-100_inter +1 -0
  602. data/tests_old/test_formula_with_return_string_as_properties/formula-100_pre.tex +1 -0
  603. data/tests_old/test_formula_with_unbound_call_in_assign/formula-100 +1 -0
  604. data/tests_old/test_formula_with_unbound_call_in_assign/formula-100.inter +1 -0
  605. data/tests_old/test_formula_with_unbound_call_in_assign/formula-100.raw +1 -0
  606. data/tests_old/test_formula_with_unbound_call_in_assign/formula-100_inter +1 -0
  607. data/tests_old/test_formula_with_unbound_call_in_assign/formula-100_pre.tex +1 -0
  608. data/tests_old/test_formula_with_unused_condition/formula-100 +1 -0
  609. data/tests_old/test_formula_with_unused_condition/formula-100.inter +1 -0
  610. data/tests_old/test_formula_with_unused_condition/formula-100.raw +1 -0
  611. data/tests_old/test_formula_with_unused_condition/formula-100_inter +1 -0
  612. data/tests_old/test_formula_with_unused_condition/formula-100_pre.tex +1 -0
  613. data/tests_old/test_formula_with_unused_condition/log +1 -0
  614. data/tests_old/test_formula_with_while_to_for_loop/formula-100 +1 -0
  615. data/tests_old/test_formula_with_while_to_for_loop/formula-100.inter +1 -0
  616. data/tests_old/test_formula_with_while_to_for_loop/formula-100.raw +1 -0
  617. data/tests_old/test_formula_with_while_to_for_loop/formula-100_inter +1 -0
  618. data/tests_old/test_formula_with_while_to_for_loop/formula-100_pre.tex +1 -0
  619. data/tests_old/test_formula_with_while_to_for_loop/log +1 -0
  620. data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100 +1 -0
  621. data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100.inter +1 -0
  622. data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100.raw +1 -0
  623. data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100_inter +1 -0
  624. data/tests_old/test_formula_with_while_to_for_loop_with_break/formula-100_pre.tex +1 -0
  625. data/tests_old/test_simple_formula/formula-100 +1 -0
  626. data/tests_old/test_simple_formula/formula-100.inter +1 -0
  627. data/tests_old/test_simple_formula/formula-100.raw +1 -0
  628. data/tests_old/test_simple_formula/formula-100_inter +1 -0
  629. data/tests_old/test_simple_formula/formula-100_pre.tex +1 -0
  630. data/texput.log +21 -0
  631. metadata +757 -0
@@ -0,0 +1,176 @@
1
+ # frozen_string_literal: true
2
+
3
+ class String
4
+ def texescape
5
+ front = '\text{'
6
+ body = gsub(/_/, '\_')
7
+ .gsub(/%/, '\%')
8
+ back = '}'
9
+ front + body + back
10
+ end
11
+
12
+ def texify
13
+ gsub(/@RETURN@/, '')
14
+ .gsub(/@LPAREN@/, "\\left(\s")
15
+ .gsub(/@RPAREN@/, "\\right)\s")
16
+ .gsub(/@GRIGHT@/, '\\right')
17
+ .gsub(/@GLEFT@/, '\\left')
18
+ .gsub(/@RBRACK@/, '\\right]')
19
+ .gsub(/@LBRACK@/, '\\left[')
20
+ .gsub(/@\+@/, "\s+\s")
21
+ .gsub(/@x@/, "\s\\times\s")
22
+ .gsub(/@-@/, "\s-\s")
23
+ .gsub(/@DIV@/, "\s\\dfrac")
24
+ .gsub(%r{@/DIV@}, '')
25
+ .gsub(/@NUM@/, '')
26
+ .gsub(/@DENO@/, '')
27
+ .gsub(/@REF@/, '.')
28
+ .gsub(/@REFA@/, '_')
29
+ .gsub(/@EOFROW@/, '\\\\\ ' + "\n ")
30
+ .gsub(/@UNDERSCRIPT@/, '_')
31
+ .gsub(/@EQ@/, '\text{ equals } ')
32
+ .gsub(/@AND@/, '\text{ and }')
33
+ .gsub(/@OR@/, '\text{ or }')
34
+ .handle_describers
35
+ end
36
+
37
+ def handle_describers
38
+ r = gsub(/@DESCSTART@/, '\left\{\begin{array}{l}')
39
+ .gsub(/@DESCITEMSTART@/, ' ')
40
+ .gsub(/@DESCITEMEND@/, ' \\\\\\')
41
+ .gsub(/@DESCEND@/, '\end{array}\right.')
42
+
43
+ r.dup.scan(/(@TSTART@)([^@]+)(@TEND@)/) do |m|
44
+ next r.sub!("#{m[0]}#{m[1]}#{m[2]}", (m[1]).to_s) if m[1].start_with?('\\text{')
45
+
46
+ r.sub!("#{m[0]}#{m[1]}#{m[2]}", "\\text{ #{m[1]} }")
47
+ end
48
+ r
49
+ end
50
+
51
+ def texcolorize
52
+ gsub(/@COLOR\-(\w+)@/, '\color{#\1}')
53
+ end
54
+ end
55
+
56
+ # require 'symengine'
57
+ require 'digest/md5'
58
+ module DeepAlgo
59
+ module Audit
60
+ module Engine
61
+ module Api
62
+ module V0
63
+ module CleanFormulaTexConcern
64
+ PAREN_OPERATORS_REG = /(?:-|\\times)\s*$/.freeze
65
+ # @param what[String]
66
+ # @param formula[String]
67
+ # @param subst[String]
68
+ # @param
69
+ def try_with_or_without_pred_char(sub, candidate, _nochar = '', bchar = '(\W|^)', echar = '(\W|$)')
70
+ subst = sub.by.ope.oid + sub.by_text + sub.by.ope.oid
71
+ reg = build_regex(sub.what, bchar: bchar, echar: echar)
72
+ # TODO: insure non char caracters are followed by a space
73
+ handle_parenthesis!(sub.what, subst)
74
+ sub_formula = candidate.gsub(reg, '\1' + subst + '\2')
75
+ # if sub_formula == formula
76
+ # L.formula_solver__warning { "the formula #{formula} wasn't substituted by #{reg}. We try without separator...this may lead to bad substitution" }
77
+ # reg = build_regex(what, bchar: nochar, echar: nochar)
78
+ # sub_formula = formula.gsub(reg, subst)
79
+ # end
80
+ # TODO: revert non char preceeded by space
81
+ sub_formula
82
+ end
83
+
84
+ def handle_parenthesis!(what, subst)
85
+ subst.sub!(subst, "@LPAREN@ #{subst} @RPAREN@") if
86
+ what.match(/^#Call[^#]+?#Method/) || (
87
+ !what.start_with?('#Call') &&
88
+ what.match(/@([-+x]|DIV|EQ|AND|OR)@/))
89
+ end
90
+
91
+ def build_regex(what, bchar: nil, echar: nil)
92
+ reg = /#{bchar}#{Regexp.quote(what)}#{echar}/
93
+ # puts reg
94
+ # reg
95
+ end
96
+
97
+ # @param what[String]
98
+ # @param formula[String]
99
+ # @param subst[String]
100
+ def apply_regexp(sub, candidate)
101
+ try_with_or_without_pred_char(sub, candidate)
102
+ end
103
+
104
+ PALETTE = ['#E84F34',
105
+ '#BF432A',
106
+ '#222D2C',
107
+ '#00AAC0',
108
+ '#95C11F',
109
+ '#A11876',
110
+ '#1a96a7',
111
+ '#F9C100',
112
+ '#a271ab',
113
+ '#75af95'].freeze
114
+ def text2color(string)
115
+ # PALETTE[(string.size % PALETTE.size)]
116
+ '#' + Digest::MD5.hexdigest(string)[0..5]
117
+ end
118
+
119
+ # def colorized_tex(tex_expression, string_to_use_for_color = tex_expression)
120
+ # "@#{text2color(tex_expression, string_to_use_for_color)}@ #{tex_expression} @#{text2color(tex_expression, string_to_use_for_color)}@"
121
+ # end
122
+
123
+ # def apply_tex_color!(formula)
124
+ # formula.gsub!(/@(#\w+)@\s(.+?)\s@(#\w+)@/, '\textcolor{' + '\1' + '}{\mathbf{' + '\2' + '}}')
125
+ # raise "#{formula} was not colored !!!" if formula.match(/@#\w+@/)
126
+
127
+ # formula
128
+ # end
129
+
130
+ # def colorized_tex!(tex_expression, string_to_use_for_color = tex_expression)
131
+ # res = colorized_tex(tex_expression, string_to_use_for_color)
132
+ # tex_expression.sub!(/.*/, res)
133
+ # tex_expression
134
+ # end
135
+
136
+ def clean_formula_tex(formula)
137
+ formula.gsub(/(?:#.+?#)/, '').texify
138
+ # .gsub(/\w+@REF@/, '')
139
+ # .gsub(/\".*?\"@REF@(\".*?\")/, '\1')
140
+ # .gsub(/@RETURN@/, '')
141
+ # .gsub(/(\w+|\))@REFA@/, '\1_')
142
+ # .gsub(/@REFA@/, '\bigg\rvert_')
143
+ # .gsub(/@REF@/, '')
144
+ # .gsub(/\*\*/, '^')
145
+ # .gsub(/\\left\(\\right\)/, '')
146
+ # .gsub(/\s+/, "\s")
147
+ end
148
+ end
149
+ end
150
+ end
151
+ end
152
+ end
153
+ end
154
+
155
+ Dir.foreach('.') do |dirname|
156
+ next if dirname == '.' || dirname == '..' || dirname == 'clean_formula_tex_concern.rb'
157
+
158
+ puts "working on #{dirname}"
159
+
160
+ Dir.foreach("./#{dirname}") do |filename|
161
+ next if filename == '.' || filename == '..' || filename.nil?
162
+ next if filename.split('.')[1] != 'raw'
163
+
164
+ file = File.open("./#{dirname}/#{filename}", 'r')
165
+ formula = file.read
166
+ inter = formula.gsub(/(?:#.+?#)/, '')
167
+ fileinter = File.open("./#{dirname}/#{filename.split('.')[0]}.inter", 'w')
168
+ fileinter.write(inter)
169
+ res = inter.texify.texcolorize
170
+ newfile = File.open("./#{dirname}/#{filename.split('.')[0]}_pre.tex", 'w')
171
+ newfile.write(res)
172
+ fileinter.close
173
+ newfile.close
174
+ file.close
175
+ end
176
+ end
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @LPAREN@ rebate @RPAREN@ @x@ @LPAREN@ @LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@riskFreeRate@REF@currentLink@REF@discount@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@ Property:1863@REF@op@LPAREN@@LPAREN@ Parameter:3186 @x@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@ @DIV@@NUM@{Math@REF@log@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ first @RPAREN@}@DENO@{@LPAREN@ barrier @RPAREN@}@/DIV@ @RPAREN@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@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@}@/DIV@ @RPAREN@ @+@ @LPAREN@ @LPAREN@ @LPAREN@Integer:2750 @+@ @LPAREN@ @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@@RPAREN@ @x@ @LPAREN@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@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@ @RPAREN@ @RPAREN@ @-@ @LPAREN@ @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@@RPAREN@ @RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @-@ @LPAREN@ @LPAREN@ Math@REF@pow@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ barrier @RPAREN@}@DENO@{@LPAREN@ first @RPAREN@}@/DIV@ @RPAREN@,@LPAREN@ Integer:3199 @x@ @LPAREN@ @LPAREN@ @DIV@@NUM@{@LPAREN@@LPAREN@ rate @RPAREN@ @-@ @LPAREN@ rate @RPAREN@@RPAREN@}@DENO@{@LPAREN@@LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @-@ Double:2742 @RPAREN@ @RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ Property:1863@REF@op@LPAREN@@LPAREN@ Parameter:3186 @x@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@ @DIV@@NUM@{Math@REF@log@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ barrier @RPAREN@}@DENO@{@LPAREN@ first @RPAREN@}@/DIV@ @RPAREN@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@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@}@/DIV@ @RPAREN@ @+@ @LPAREN@ @LPAREN@ @LPAREN@Integer:2750 @+@ @LPAREN@ @LPAREN@ @DIV@@NUM@{@LPAREN@@LPAREN@ rate @RPAREN@ @-@ @LPAREN@ rate @RPAREN@@RPAREN@}@DENO@{@LPAREN@@LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@ strike @RPAREN@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @-@ Double:2742 @RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@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@ @RPAREN@ @RPAREN@ @-@ @LPAREN@ @LPAREN@ @LPAREN@ blackVol@LPAREN@@LPAREN@ @RETURN@@LPAREN@Class:3473@REF@Property:1871@REF@TypeRef:1810@LPAREN@Property:1884@REF@exercise@REF@lastDate@RPAREN@@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@ @RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@@RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_3295_315#@LPAREN@ #//0_3292#@LPAREN@ #//0_3290_376#@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@ #//0_3288_375#@LPAREN@ #//3299/0_3278/0_2666_236##Return:2666#@RETURN@@LPAREN@Class:3473@REF@#Reference:2655##//3299/0_3265/2599/0_2588/0_2571_84##Reference:2571##//3299/0_3265/2599/0_2588/0_1871_83##//3299/0_3249/0_2571_84##Reference:2571##//3299/0_3249/0_1871_83##//3299/0_3278/0_1871_230##//3299/0_3278/0_2655_231##Reference:2655##//3299/0_3278/0_1871_230#Property:1871#//3299/0_3278/0_1871_230##Reference:2655##//3299/0_3278/0_2655_231##//3299/0_3278/0_1871_230##//3299/0_3249/0_1871_83##Reference:2571##//3299/0_3249/0_2571_84##//3299/0_3265/2599/0_2588/0_1871_83##Reference:2571##//3299/0_3265/2599/0_2588/0_2571_84##Reference:2655#@REF@#Call:2656#riskFreeRate#Call:2656#@REF@#Call:2657#currentLink#Call:2657#@REF@#Call:2660#discount@LPAREN@@LPAREN@ #//3299/0_3278/2668/0_2658/0_2565_70##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3278/0_1871_230##//3299/0_3278/2668/0_2658/0_1871_62#Property:1871#//3299/0_3278/2668/0_2658/0_1871_62##//3299/0_3278/0_1871_230##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3278/2668/0_2658/0_1884_64#Property:1884#//3299/0_3278/2668/0_2658/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return:2565##//3299/0_3278/2668/0_2658/0_2565_70# @RPAREN@@RPAREN@#Call:2660#@RPAREN@#Return:2666##//3299/0_3278/0_2666_236# @RPAREN@ @x@ @LPAREN@ #//0_3286_374#@LPAREN@@LPAREN@ #//0_3285_373##//0_3279_369##Reference:3279#@LPAREN@ #//0_3260_357##Reference:3246#Property:1863#Reference:3246#@REF@#//0_3256_356##Call:3256#op@LPAREN@@LPAREN@ #//0_3254_355##//0_3247_350##Reference:3247#Parameter:3186#Reference:3247##//0_3247_350# @x@ @LPAREN@ #//0_3252_354#@LPAREN@@LPAREN@ #//0_3251_353##//0_3248_351##Reference:3248#@LPAREN@ #//0_3226_335#@LPAREN@ #//0_3223_334#@LPAREN@ #//0_3220_332#@DIV@@NUM@{#Reference:3210#Math#Reference:3210#@REF@#//0_3216_330##Call:3216#log@LPAREN@@LPAREN@ #//0_3214_329#@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@#//0_3214_329# @RPAREN@@RPAREN@#Call:3216##//0_3216_330#}@DENO@{@LPAREN@ #//3299/0_3218/0_2597_201#@LPAREN@ #//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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3218/0_1871_83#Property:1871#//3299/0_3218/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3218/0_1884_64#Property:1884#//3299/0_3218/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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##//3299/0_3221/0_1884_64#Property:1884#//3299/0_3221/0_1884_64##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# @RPAREN@#//3299/0_3218/0_2597_201# @RPAREN@}@/DIV@#//0_3220_332# @RPAREN@ @+@ @LPAREN@ #//3299/0_3221/0_2759_208#@LPAREN@ #//3299/0_3221/0_2759#@LPAREN@#//3299/0_3221/0_2750_204#Integer:2750#//3299/0_3221/0_2750_204# @+@ @LPAREN@ #//3299/0_3221/0_2746_194#@LPAREN@ #//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##//3299/0_3249/0_1884_64#Property:1884#//3299/0_3249/0_1884_64##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@ @-@ #//3299/0_3221/0_2742_193#Double:2742#//3299/0_3221/0_2742_193##//3299/0_3221/0_2746# @RPAREN@#//3299/0_3221/0_2746_194# @RPAREN@@RPAREN@ @x@ @LPAREN@ #//3299/0_3221/0_2597_201#@LPAREN@ #//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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3221/0_1871_83##//3299/0_3249/0_1871_62#Property:1871#//3299/0_3249/0_1871_62##//3299/0_3221/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3249/0_1884_64#Property:1884#//3299/0_3249/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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##//3299/0_3249/0_1884_64#Property:1884#//3299/0_3249/0_1884_64##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# @RPAREN@#//3299/0_3221/0_2597_201# @RPAREN@#//3299/0_3221/0_2759# @RPAREN@#//3299/0_3221/0_2759_208# @RPAREN@#//0_3223_334# @RPAREN@#//0_3226_335# @RPAREN@#Reference:3248##//0_3248_351# @-@ @LPAREN@ #//3299/0_3249/0_2597_201#@LPAREN@ #//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##//3299/0_3249/0_1884_64#Property:1884#//3299/0_3249/0_1884_64##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# @RPAREN@#//3299/0_3249/0_2597_201# @RPAREN@#//0_3251_353# @RPAREN@@RPAREN@#//0_3252_354# @RPAREN@#//0_3254_355# @RPAREN@@RPAREN@#Call:3256##//0_3256_356##//0_3260_357# @RPAREN@#Reference:3279##//0_3279_369# @-@ @LPAREN@ #//0_3283_372##//0_3280_370##Reference:3280#@LPAREN@ #//0_3208_324##Reference:3193#Math#Reference:3193#@REF@#//0_3204_323##Call:3204#pow@LPAREN@@LPAREN@ #//0_3197_319#@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@#//0_3197_319# @RPAREN@,@LPAREN@ #//0_3202_321##//0_3199_322#Integer:3199#//0_3199_322# @x@ @LPAREN@ #//3299/0_3200/0_2746_194#@LPAREN@ #//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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3200/0_1871_83##//3299/0_3200/0_1871_62##//3299/0_3200/0_2620_111##Reference:2620##//3299/0_3200/0_2673_149##Reference:2673##//3299/0_3200/0_2571_84##Reference:2571##//3299/0_3200/0_1871_110##//3299/0_3200/0_1871_148##//3299/0_3200/0_1871_83#Property:1871#//3299/0_3200/0_1871_83##//3299/0_3200/0_1871_148##//3299/0_3200/0_1871_110##Reference:2571##//3299/0_3200/0_2571_84##Reference:2673##//3299/0_3200/0_2673_149##Reference:2620##//3299/0_3200/0_2620_111##//3299/0_3200/0_1871_62##//3299/0_3200/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3200/0_1884_64#Property:1884#//3299/0_3200/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3200/0_1871_83##//3299/0_3200/0_1871_62##//3299/0_3200/0_2620_111##Reference:2620##//3299/0_3200/0_2673_149##Reference:2673##//3299/0_3200/0_2571_84##Reference:2571##//3299/0_3200/0_1871_110##//3299/0_3200/0_1871_148##//3299/0_3200/0_1871_83#Property:1871#//3299/0_3200/0_1871_83##//3299/0_3200/0_1871_148##//3299/0_3200/0_1871_110##Reference:2571##//3299/0_3200/0_2571_84##Reference:2673##//3299/0_3200/0_2673_149##Reference:2620##//3299/0_3200/0_2620_111##//3299/0_3200/0_1871_62##//3299/0_3200/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3200/0_1884_64#Property:1884#//3299/0_3200/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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@ @-@ #//3299/0_3200/0_2742_193#Double:2742#//3299/0_3200/0_2742_193##//3299/0_3200/0_2746# @RPAREN@#//3299/0_3200/0_2746_194# @RPAREN@#//0_3202_321# @RPAREN@@RPAREN@#Call:3204##//0_3204_323##//0_3208_324# @RPAREN@#Reference:3280##//0_3280_370# @x@ #//0_3281_371##Reference:3281#@LPAREN@ #//0_3276_366##Reference:3262#Property:1863#Reference:3262#@REF@#//0_3272_365##Call:3272#op@LPAREN@@LPAREN@ #//0_3270_364##//0_3263_359##Reference:3263##//0_3186_349##//0_3186_349#Parameter:3186#//0_3186_349##//0_3186_349##Reference:3263##//0_3263_359# @x@ @LPAREN@ #//0_3268_363#@LPAREN@@LPAREN@ #//0_3267_362##//0_3264_360##Reference:3264#@LPAREN@ #//0_3244_346#@LPAREN@ #//0_3241_345#@LPAREN@ #//0_3238_343#@DIV@@NUM@{#Reference:3228#Math#Reference:3228#@REF@#//0_3234_341##Call:3234#log@LPAREN@@LPAREN@ #//0_3232_340#@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@#//0_3232_340# @RPAREN@@RPAREN@#Call:3234##//0_3234_341#}@DENO@{@LPAREN@ #//3299/0_3236/0_2597_201#@LPAREN@ #//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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3236/0_1871_83#Property:1871#//3299/0_3236/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3236/0_1884_64#Property:1884#//3299/0_3236/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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##//3299/0_3239/2761/0_2755/0_1884_64#Property:1884#//3299/0_3239/2761/0_2755/0_1884_64##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# @RPAREN@#//3299/0_3236/0_2597_201# @RPAREN@}@/DIV@#//0_3238_343# @RPAREN@ @+@ @LPAREN@ #//3299/0_3239/0_2759_208#@LPAREN@ #//3299/0_3239/0_2759#@LPAREN@#//3299/0_3239/0_2750_204#Integer:2750#//3299/0_3239/0_2750_204# @+@ @LPAREN@ #//3299/0_3239/2761/0_2751/0_2746_194#@LPAREN@ #//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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_83##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_62##//3299/0_3239/2761/0_2751/2748/0_2726/0_2571_84##Reference:2571##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_83#Property:1871#//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_83##Reference:2571##//3299/0_3239/2761/0_2751/2748/0_2726/0_2571_84##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_62##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3239/2761/0_2751/2748/0_2726/0_1884_64#Property:1884#//3299/0_3239/2761/0_2751/2748/0_2726/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_83##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_62##//3299/0_3239/2761/0_2751/2748/0_2726/0_2571_84##Reference:2571##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_83#Property:1871#//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_83##Reference:2571##//3299/0_3239/2761/0_2751/2748/0_2726/0_2571_84##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_62##//3299/0_3239/2761/0_2751/2748/0_2726/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3239/2761/0_2751/2748/0_2726/0_1884_64#Property:1884#//3299/0_3239/2761/0_2751/2748/0_2726/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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@ @-@ #//3299/0_3239/2761/0_2751/0_2742_193#Double:2742#//3299/0_3239/2761/0_2751/0_2742_193##//3299/0_3239/2761/0_2751/0_2746# @RPAREN@#//3299/0_3239/2761/0_2751/0_2746_194# @RPAREN@@RPAREN@ @x@ @LPAREN@ #//3299/0_3239/2761/0_2755/0_2597_201#@LPAREN@ #//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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3239/2761/0_2755/0_1871_83#Property:1871#//3299/0_3239/2761/0_2755/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3265/2599/0_2590/0_1884_64#Property:1884#//3299/0_3265/2599/0_2590/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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# @RPAREN@#//3299/0_3239/2761/0_2755/0_2597_201# @RPAREN@#//3299/0_3239/0_2759# @RPAREN@#//3299/0_3239/0_2759_208# @RPAREN@#//0_3241_345# @RPAREN@#//0_3244_346# @RPAREN@#Reference:3264##//0_3264_360# @-@ @LPAREN@ #//3299/0_3265/0_2597_201#@LPAREN@ #//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##Return:2565#@RETURN@@LPAREN@Class:3473@REF@#Reference:2554##//3299/0_3265/2599/0_2588/0_1871_83##//3299/0_3265/2599/0_2588/2586/0_2574/0_1871_62#Property:1871#//3299/0_3265/2599/0_2588/2586/0_2574/0_1871_62##//3299/0_3265/2599/0_2588/0_1871_83##Reference:2554#@REF@#Call:2561#TypeRef:1810@LPAREN@#Reference:2555##//3299/0_3265/2599/0_2588/2586/0_2574/0_1884_64#Property:1884#//3299/0_3265/2599/0_2588/2586/0_2574/0_1884_64##Reference:2555#@REF@#Reference:2556#exercise#Reference:2556#@REF@#Call:2557#lastDate#Call:2557#@RPAREN@#Call:2561#@RPAREN@#Return: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# @RPAREN@#//3299/0_3265/0_2597_201# @RPAREN@#//0_3267_362# @RPAREN@@RPAREN@#//0_3268_363# @RPAREN@#//0_3270_364# @RPAREN@@RPAREN@#Call:3272##//0_3272_365##//0_3276_366# @RPAREN@#Reference:3281##//0_3281_371##//0_3283_372# @RPAREN@#//0_3285_373# @RPAREN@@RPAREN@#//0_3286_374# @RPAREN@#//0_3288_375# @RPAREN@#//0_3290_376# @RPAREN@#//0_3292# @RPAREN@#//0_3295_315#
@@ -0,0 +1 @@
1
+ \left( \left( \left( rebate \right) \times \left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.riskFreeRate.currentLink.discount\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \times \left( \left( \left( \left( \color{#e60caa}{f}.op\left( \left( \color{#ad3e02}{eta} \times \left( \left( \left( \left( \left( \left( \dfrac{Math.log\left( \left( \dfrac{\left( first \right) }{\left( barrier \right) } \right) \right) }{\left( \left( \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) \right) \right) } \right) + \left( \left( \left( \color{#34b4d4}{1} + \left( \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( \color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) ,\color{#0f224c}{strike}\right) \right) \times \left( blackVol\left( \color{#d25de2}{residualTime},\left( strike \right) \right) \right) \right) } - \color{#8de8b8}{0.5} \right) \right) \right) \times \left( \left( \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \right) \right) \right) - \left( \left( \left( blackVol\left( \color{#d25de2}{residualTime},\color{#0f224c}{strike}\right) \right) \times Math.sqrt\left( \left( \color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) - \left( \left( Math.pow\left( \left( \dfrac{\left( barrier \right) }{\left( first \right) } \right) ,\left( \color{#b3ffa9}{2} \times \left( \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \right) } - \color{#8de8b8}{0.5} \right) \right) \right) \right) \right) \times \left( \color{#e60caa}{f}.op\left( \left( \color{#ad3e02}{eta} \times \left( \left( \left( \left( \left( \left( \dfrac{Math.log\left( \left( \dfrac{\left( barrier \right) }{\left( first \right) } \right) \right) }{\left( \left( \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) \right) \right) } \right) + \left( \left( \left( \color{#34b4d4}{1} + \left( \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \right) } - \color{#8de8b8}{0.5} \right) \right) \right) \times \left( \left( \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \right) \right) \right) - \left( \left( \left( blackVol\left( \left( \left( \color{#59605a}{AnalyticBarrierEngine}.\color{#d2af58}{process}.\color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#7d2e6c}{time}\left( \color{#fae1e6}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \left( rebate \right) \times \left( \left( \left( Class:3473.Property:1871.riskFreeRate.currentLink.discount\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) \right) \right) \right) \times \left( \left( \left( \left( Property:1863.op\left( \left( Parameter:3186 \times \left( \left( \left( \left( \left( \left( \dfrac{Math.log\left( \left( \dfrac{\left( first \right) }{\left( barrier \right) } \right) \right) }{\left( \left( \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \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) + \left( \left( \left( Integer:2750 + \left( \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) \right) \times \left( \left( \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \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) \right) \right) - \left( \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) \right) \right) \right) \right) \right) - \left( \left( Math.pow\left( \left( \dfrac{\left( barrier \right) }{\left( first \right) } \right) ,\left( Integer:3199 \times \left( \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \right) } - Double:2742 \right) \right) \right) \right) \right) \times \left( Property:1863.op\left( \left( Parameter:3186 \times \left( \left( \left( \left( \left( \left( \dfrac{Math.log\left( \left( \dfrac{\left( barrier \right) }{\left( first \right) } \right) \right) }{\left( \left( \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \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) + \left( \left( \left( Integer:2750 + \left( \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \right) } - Double:2742 \right) \right) \right) \times \left( \left( \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \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) \right) \right) - \left( \left( \left( blackVol\left( \left( \left( Class:3473.Property:1871.TypeRef:1810\left( Property:1884.exercise.lastDate\right) \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) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \left( rebate \right) \times \left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.riskFreeRate.currentLink.discount\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \times \left( \left( \left( \left( \color{#000000}{f}.op\left( \left( \color{#000000}{eta} \times \left( \left( \left( \left( \left( \left( \dfrac{Math.log\left( \left( \dfrac{\left( first \right) }{\left( barrier \right) } \right) \right) }{\left( \left( \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) \right) \right) } \right) + \left( \left( \left( \color{#000000}{1} + \left( \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( \color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) ,\color{#000000}{strike}\right) \right) \times \left( blackVol\left( \color{#000000}{residualTime},\left( strike \right) \right) \right) \right) } - \color{#000000}{0.5} \right) \right) \right) \times \left( \left( \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \right) \right) \right) - \left( \left( \left( blackVol\left( \color{#000000}{residualTime},\color{#000000}{strike}\right) \right) \times Math.sqrt\left( \left( \color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) - \left( \left( Math.pow\left( \left( \dfrac{\left( barrier \right) }{\left( first \right) } \right) ,\left( \color{#000000}{2} \times \left( \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \right) } - \color{#000000}{0.5} \right) \right) \right) \right) \right) \times \left( \color{#000000}{f}.op\left( \left( \color{#000000}{eta} \times \left( \left( \left( \left( \left( \left( \dfrac{Math.log\left( \left( \dfrac{\left( barrier \right) }{\left( first \right) } \right) \right) }{\left( \left( \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) \right) \right) } \right) + \left( \left( \left( \color{#000000}{1} + \left( \left( \dfrac{\left( \left( rate \right) - \left( rate \right) \right) }{\left( \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \right) } - \color{#000000}{0.5} \right) \right) \right) \times \left( \left( \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \right) \right) \right) - \left( \left( \left( blackVol\left( \left( \left( \color{#000000}{AnalyticBarrierEngine}.\color{#000000}{process}.\color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) ,\left( strike \right) \right) \right) \times Math.sqrt\left( \left( \color{#000000}{time}\left( \color{#000000}{a}.exercise.lastDate\right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ #//0_32496_3203##//0_32496##//839/0_32503/0_12891##//839/0_32503/12895/0_12888/0_6306##//839/0_32503/12895/0_12888/0_5918_1878#Null:28982#//839/0_32503/12895/0_12888/0_5918_1878##//839/0_32503/12895/0_12888/0_6306##//839/0_32503/0_12891##//0_32496##//0_32496_3203#
@@ -0,0 +1 @@
1
+ round@LPAREN@@LPAREN@ @LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@@LPAREN@ Math@REF@max@LPAREN@Parameter:21810@REFA@{Integer:21837}@REF@@LPAREN@ Property:22980 @RPAREN@,Parameter:21810@REFA@{Integer:21857}@REF@@LPAREN@ Property:22980 @RPAREN@@RPAREN@ @+@ Integer:21987 @RPAREN@@RPAREN@ @RPAREN@}@DENO@{Double:21991}@/DIV@ @RPAREN@ @RPAREN@@RPAREN@
@@ -0,0 +1 @@
1
+ #//0_22124_2929##//0_22124##Call:22121#round@LPAREN@#Reference:22119#@LPAREN@ #//0_21939_2881#@LPAREN@ #//0_21993_2879#@DIV@@NUM@{@LPAREN@ #//0_21990_2878#@LPAREN@@LPAREN@ #//0_21989_2877##Reference:21986##//0_21885_2876##Reference:21986##//0_21885_2868##Reference:21974##//0_21885_2860##Reference:21963##//0_21885_2852##Reference:21952##//0_21885_2818##Reference:21876#Math#Reference:21876#@REF@#Call:21881#max@LPAREN@#Reference:21877##//0_21845_2800##Reference:21836#Parameter:21810#Reference:21836#@REFA@{Integer:21837}@REF@@LPAREN@ #//22126/0_21840/0_23254_394##//22126/0_21840/0_23254##//22126/0_21840/0_22980_392##//22126/0_21860/0_22980_392#Property:22980#//22126/0_21860/0_22980_392##//22126/0_21840/0_22980_392##//22126/0_21840/0_23254##//22126/0_21840/0_23254_394# @RPAREN@#//0_21845_2800##Reference:21877#,#Reference:21879##//0_21865_2808##Reference:21856#Parameter:21810#Reference:21856#@REFA@{Integer:21857}@REF@@LPAREN@ #//22126/0_21860/0_23254_394##//22126/0_21860/0_23254#Property:22980#//22126/0_21860/0_23254##//22126/0_21860/0_23254_394# @RPAREN@#//0_21865_2808##Reference:21879#@RPAREN@#Call:21881##//0_21885_2818##Reference:21952##//0_21885_2852##Reference:21963##//0_21885_2860##Reference:21974##//0_21885_2868##Reference:21986##//0_21885_2876##Reference:21986# @+@ Integer:21987#//0_21989_2877# @RPAREN@@RPAREN@#//0_21990_2878# @RPAREN@}@DENO@{#//0_21991_2880#Double:21991#//0_21991_2880#}@/DIV@#//0_21993_2879# @RPAREN@#//0_21939_2881# @RPAREN@#Reference:22119#@RPAREN@#Call:22121##//0_22124##//0_22124_2929#
@@ -0,0 +1 @@
1
+ round\left( \left( \left( \dfrac{\left( \left( \left( Math.max\left( \color{#cf07c4}{cards}_{\color{#dce415}{0}}.\left( \color{#00f763}{rank} \right) ,\color{#cf07c4}{cards}_{\color{#69076c}{1}}.\left( \color{#00f763}{rank} \right) \right) + \color{#158c8b}{2} \right) \right) \right) }{\color{#750cb0}{2.0}} \right) \right) \right)
@@ -0,0 +1 @@
1
+ round\left( \left( \left( \dfrac{\left( \left( \left( Math.max\left( Parameter:21810_{Integer:21837}.\left( Property:22980 \right) ,Parameter:21810_{Integer:21857}.\left( Property:22980 \right) \right) + Integer:21987 \right) \right) \right) }{Double:21991} \right) \right) \right)
@@ -0,0 +1 @@
1
+ round\left( \left( \left( \dfrac{\left( \left( \left( Math.max\left( \color{#000000}{cards}_{\color{#000000}{0}}.\left( \color{#000000}{rank} \right) ,\color{#000000}{cards}_{\color{#000000}{1}}.\left( \color{#000000}{rank} \right) \right) + \color{#000000}{2} \right) \right) \right) }{\color{#000000}{2.0}} \right) \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ Parameter:625@REF@Property:44 @-@ @LPAREN@ @LPAREN@ @LPAREN@ Integer:475 @RPAREN@ @+@ @LPAREN@ Double:555 @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_702_153##//0_702#@LPAREN@ #//0_641_148##Reference:690##//0_641_132##Reference:661#Parameter:625#Reference:661#@REF@#Reference:662##//0_44_131##Reference:662##//0_44_130#Property:44#//0_44_130##Reference:662##//0_44_131##Reference:662##//0_641_132##Reference:690# @-@ #Reference:691##//0_678_144#@LPAREN@ #//704/0_686/0_621_105##//704/0_686/0_621##//704/0_686/0_564_103##//0_678_142##Reference:684#@LPAREN@ #//0_678_139#@LPAREN@ #//704/0_670/0_477_42##//704/0_670/0_477##//704/0_670/0_475_43#Integer:475#//704/0_670/0_475_43##//704/0_670/0_477##//704/0_670/0_477_42# @RPAREN@ @+@ @LPAREN@ #//704/0_673/0_553_79##//704/0_673/0_557##//704/0_673/0_555_81#Double:555#//704/0_673/0_555_81##//704/0_673/0_557##//704/0_673/0_553_79# @RPAREN@#//0_678_139# @RPAREN@#Reference:684##//0_678_142##//704/0_686/0_564_103##//704/0_686/0_621##//704/0_686/0_621_105# @RPAREN@#//0_678_144##Reference:691##//0_641_148# @RPAREN@#//0_702##//0_702_153#
@@ -0,0 +1 @@
1
+ \left( \color{#b5049e}{item}.\color{#effcde}{lastBuyerBet} - \left( \left( \left( \color{#7a5b3e}{0} \right) + \left( \color{#c96d3f}{0.0} \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( Parameter:625.Property:44 - \left( \left( \left( Integer:475 \right) + \left( Double:555 \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( \color{#000000}{item}.\color{#000000}{lastBuyerBet} - \left( \left( \left( \color{#000000}{0} \right) + \left( \color{#000000}{0.0} \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ Parameter:625@REF@Property:44 @-@ @LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@@LPAREN@ @DIV@@NUM@{Integer:590}@DENO@{Integer:591}@/DIV@ @RPAREN@@RPAREN@ @RPAREN@ @x@ @LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@@LPAREN@ @DIV@@NUM@{Integer:490}@DENO@{Integer:491}@/DIV@ @RPAREN@@RPAREN@ @RPAREN@ @x@ Parameter:625@REF@Property:44 @RPAREN@ @RPAREN@ @RPAREN@ @+@ @LPAREN@ Double:551 @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_702_153##//0_702#@LPAREN@ #//0_641_148##Reference:690##//0_641_132##Reference:661##//0_625_117#Parameter:625#//0_625_117##Reference:661#@REF@#Reference:662##//0_44_131##Reference:662##//0_44_130##//0_44_131##Reference:662#Property:44#Reference:662##//0_44_131##//0_44_130##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@ #//704/0_686/0_599#@LPAREN@ #//704/0_686/0_597_111#@LPAREN@ #//704/0_686/0_594_109#@LPAREN@@LPAREN@ #//704/0_686/0_593_95#@DIV@@NUM@{#//704/0_686/0_590_96#Integer:590#//704/0_686/0_590_96#}@DENO@{Integer:591}@/DIV@#//704/0_686/0_593_95# @RPAREN@@RPAREN@#//704/0_686/0_594_109# @RPAREN@ @x@ #Reference:595##//704/0_686/0_564_110##Reference:595##//704/0_686/0_564_103##//0_678_142##Reference:684#@LPAREN@ #//0_678_139#@LPAREN@ #//704/0_670/0_477_42#@LPAREN@ #//704/0_670/0_499#@LPAREN@ #//704/0_670/0_497_74#@LPAREN@ #//704/0_670/0_494_72#@LPAREN@@LPAREN@ #//704/0_670/0_493_50#@DIV@@NUM@{#//704/0_670/0_490_51#Integer:490#//704/0_670/0_490_51#}@DENO@{#//704/0_670/0_491_52#Integer:491#//704/0_670/0_491_52#}@/DIV@#//704/0_670/0_493_50# @RPAREN@@RPAREN@#//704/0_670/0_494_72# @RPAREN@ @x@ #Reference:495##//704/0_670/0_469_73##Reference:495##//704/0_670/0_469_38##//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_130##//0_44_131##Reference:662#Property:44#Reference:662##//0_44_131##//0_44_130##Reference:662##//0_44_131##Reference:662##//0_641_132##Reference:668##//0_641_134##//704/0_670/0_469_38##Reference:495##//704/0_670/0_469_73##Reference:495##//704/0_670/0_497_74# @RPAREN@#//704/0_670/0_499# @RPAREN@#//704/0_670/0_477_42# @RPAREN@ @+@ @LPAREN@ #//704/0_673/0_553_79##//704/0_673/0_553##//704/0_673/0_551_80#Double:551#//704/0_673/0_551_80##//704/0_673/0_553##//704/0_673/0_553_79# @RPAREN@#//0_678_139# @RPAREN@#Reference:684##//0_678_142##//704/0_686/0_564_103##Reference:595##//704/0_686/0_564_110##Reference:595##//704/0_686/0_597_111# @RPAREN@#//704/0_686/0_599# @RPAREN@#//704/0_686/0_621_105# @RPAREN@#//0_678_144##Reference:691##//0_641_148# @RPAREN@#//0_702##//0_702_153#
@@ -0,0 +1 @@
1
+ \left( \color{#b5049e}{item}.\color{#effcde}{lastBuyerBet} - \left( \left( \left( \left( \left( \left( \dfrac{\color{#fd914c}{85}}{\color{#d7cd3d}{100}} \right) \right) \right) \times \left( \left( \left( \left( \left( \left( \left( \dfrac{\color{#cbb4a7}{10}}{\color{#f38dcb}{100}} \right) \right) \right) \times \color{#b5049e}{item}.\color{#effcde}{lastBuyerBet} \right) \right) \right) + \left( \color{#311ef4}{10.0} \right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( Parameter:625.Property:44 - \left( \left( \left( \left( \left( \left( \dfrac{Integer:590}{Integer:591} \right) \right) \right) \times \left( \left( \left( \left( \left( \left( \left( \dfrac{Integer:490}{Integer:491} \right) \right) \right) \times Parameter:625.Property:44 \right) \right) \right) + \left( Double:551 \right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( \color{#000000}{item}.\color{#000000}{lastBuyerBet} - \left( \left( \left( \left( \left( \left( \dfrac{\color{#000000}{85}}{\color{#000000}{100}} \right) \right) \right) \times \left( \left( \left( \left( \left( \left( \left( \dfrac{\color{#000000}{10}}{\color{#000000}{100}} \right) \right) \right) \times \color{#000000}{item}.\color{#000000}{lastBuyerBet} \right) \right) \right) + \left( \color{#000000}{10.0} \right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ Property:20968
@@ -0,0 +1 @@
1
+ #//0_32496_3203##//0_32466##//839/0_32473/0_20202##//839/0_32473/0_20968_2779##Reference:20199##//839/0_32473/0_20968_2778#Property:20968#//839/0_32473/0_20968_2778##Reference:20199##//839/0_32473/0_20968_2779##//839/0_32473/0_20202##//0_32466##//0_32496_3203#
@@ -0,0 +1 @@
1
+ \color{#04d41a}{CALL}
@@ -0,0 +1 @@
1
+ \color{#000000}{CALL}
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-db1644@{@TSTART@repeat@TEND@@LBRACK@StackVar:85 @+@ StackVar:90@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than number@TEND@}} @RPAREN@ @EQ@ Parameter:81 @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_120_14#@LPAREN@ #//0_120##Reference:115#@LPAREN@ #//0_85_10#@COLOR-db1644@{@TSTART@repeat@TEND@@LBRACK@#Reference:109#StackVar:85#Reference:109# @+@ #Reference:110##//0_90_18##Reference:110#StackVar:90#Reference:110##//0_90_18##Reference:110#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than number@TEND@}}#//0_85_10# @RPAREN@#Reference:115# @EQ@ #Reference:116#Parameter:81#Reference:116##//0_120# @RPAREN@#//0_120_14#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#db1644}{\text{ repeat }\left[\color{#d2dbc4}{sum} + \color{#7c48b8}{i}\right]_{\text{ while i is lower than number }}} \right) \text{ equals } \color{#736fa2}{number} \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#db1644}{\text{ repeat }\left[StackVar:85 + StackVar:90\right]_{\text{ while i is lower than number }}} \right) \text{ equals } Parameter:81 \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{sum} + \color{#000000}{i}\right]_{\text{ while i is lower than number }}} \right) \text{ equals } \color{#000000}{number} \right)
@@ -0,0 +1 @@
1
+ #//0_12224_335##//0_12224##//12226/0_12221/0_18435##//12226/0_12221/14014/0_18441/0_13697##//12226/0_12221/14014/0_18441/0_13695_321#Integer:13695#//12226/0_12221/14014/0_18441/0_13695_321##//12226/0_12221/14014/0_18441/0_13697##//12226/0_12221/0_18435##//0_12224##//0_12224_335#
@@ -0,0 +1 @@
1
+ \color{#24b2ed}{10}
@@ -0,0 +1 @@
1
+ \color{#000000}{10}
@@ -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_46/0_54_1##//3/0_44/0_62_6##//3/0_44/0_62##//3/0_44/0_59_4##//0_38_8##Reference:42##//0_38_7#Parameter:38#//0_38_7##Reference:42##//0_38_8##//3/0_44/0_59_4##//3/0_44/0_62##//3/0_44/0_62_6##//3/0_46/0_54_1##//3/0_46/0_57##//3/0_46/0_57_3# @RPAREN@#//0_49_11##//0_52##//0_52_13#
@@ -0,0 +1 @@
1
+ \left( \color{#5f6f4c}{argc} \right)
@@ -0,0 +1 @@
1
+ \left( Parameter:38 \right)
@@ -0,0 +1 @@
1
+ \left( \color{#000000}{argc} \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-9e3130@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{@LPAREN@ @COLOR-123f5c@{@TSTART@repeat@TEND@@LBRACK@StackVar:470 @x@ StackVar:474@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@}@DENO@{StackVar:496}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_283_110#@LPAREN@ #//4/0_280/0_517_19##//4/0_280/0_517#@LPAREN@ #//4/0_280/0_470_17#@COLOR-9e3130@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{#Reference:508#@LPAREN@ #//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# @RPAREN@#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# @RPAREN@#//4/0_280/0_517##//4/0_280/0_517_19# @RPAREN@#//0_283_110#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#9e3130}{\text{ repeat }\left[ \dfrac{\left( \color{#123f5c}{\text{ repeat }\left[\color{#e2d3a9}{value} \times \color{#8530b2}{i}\right]_{\text{ while i is lower than N }}} \right) }{\color{#a10961}{j}}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#9e3130}{\text{ repeat }\left[ \dfrac{\left( \color{#123f5c}{\text{ repeat }\left[StackVar:470 \times StackVar:474\right]_{\text{ while i is lower than N }}} \right) }{StackVar:496}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[ \dfrac{\left( \color{#000000}{\text{ repeat }\left[\color{#000000}{value} \times \color{#000000}{i}\right]_{\text{ while i is lower than N }}} \right) }{\color{#000000}{j}}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-11b39e@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{@LPAREN@ @COLOR-cff1e7@{@TSTART@repeat@TEND@@LBRACK@@LPAREN@ @COLOR-4ec2f1@{@TSTART@repeat@TEND@@LBRACK@StackVar:381 @-@ StackVar:385@RBRACK@@UNDERSCRIPT@{@TSTART@ while k is greater or equal to 0@TEND@}} @RPAREN@ @x@ StackVar:417@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@}@DENO@{StackVar:438}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_295_116#@LPAREN@ #//4/0_292/0_460_88##//4/0_292/0_460#@LPAREN@ #//4/0_292/0_381_86#@COLOR-11b39e@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{#Reference:450#@LPAREN@ #//4/0_292/0_381_85#@COLOR-cff1e7@{@TSTART@repeat@TEND@@LBRACK@#Reference:429#@LPAREN@ #//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# @RPAREN@#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# @RPAREN@#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# @RPAREN@#//4/0_292/0_460##//4/0_292/0_460_88# @RPAREN@#//0_295_116#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#11b39e}{\text{ repeat }\left[ \dfrac{\left( \color{#cff1e7}{\text{ repeat }\left[\left( \color{#4ec2f1}{\text{ repeat }\left[\color{#15da64}{value} - \color{#8c9d79}{k}\right]_{\text{ while k is greater or equal to 0 }}} \right) \times \color{#a05a9c}{i}\right]_{\text{ while i is lower than N }}} \right) }{\color{#4c27c7}{j}}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#11b39e}{\text{ repeat }\left[ \dfrac{\left( \color{#cff1e7}{\text{ repeat }\left[\left( \color{#4ec2f1}{\text{ repeat }\left[StackVar:381 - StackVar:385\right]_{\text{ while k is greater or equal to 0 }}} \right) \times StackVar:417\right]_{\text{ while i is lower than N }}} \right) }{StackVar:438}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[ \dfrac{\left( \color{#000000}{\text{ repeat }\left[\left( \color{#000000}{\text{ repeat }\left[\color{#000000}{value} - \color{#000000}{k}\right]_{\text{ while k is greater or equal to 0 }}} \right) \times \color{#000000}{i}\right]_{\text{ while i is lower than N }}} \right) }{\color{#000000}{j}}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-11b39e@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{@LPAREN@ @COLOR-cff1e7@{@TSTART@repeat@TEND@@LBRACK@StackVar:381 @x@ StackVar:417@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@}@DENO@{StackVar:438}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_295_116#@LPAREN@ #//4/0_292/0_460_88##//4/0_292/0_460#@LPAREN@ #//4/0_292/0_381_86#@COLOR-11b39e@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{#Reference:450#@LPAREN@ #//4/0_292/0_381_85#@COLOR-cff1e7@{@TSTART@repeat@TEND@@LBRACK@#Reference:429#StackVar:381#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# @RPAREN@#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# @RPAREN@#//4/0_292/0_460##//4/0_292/0_460_88# @RPAREN@#//0_295_116#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#11b39e}{\text{ repeat }\left[ \dfrac{\left( \color{#cff1e7}{\text{ repeat }\left[\color{#15da64}{value} \times \color{#a05a9c}{i}\right]_{\text{ while i is lower than N }}} \right) }{\color{#4c27c7}{j}}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#11b39e}{\text{ repeat }\left[ \dfrac{\left( \color{#cff1e7}{\text{ repeat }\left[StackVar:381 \times StackVar:417\right]_{\text{ while i is lower than N }}} \right) }{StackVar:438}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[ \dfrac{\left( \color{#000000}{\text{ repeat }\left[\color{#000000}{value} \times \color{#000000}{i}\right]_{\text{ while i is lower than N }}} \right) }{\color{#000000}{j}}\right]_{\text{ while j is lower than M }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-1b1031@{@TSTART@repeat@TEND@@LBRACK@@LPAREN@ @COLOR-151b18@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{@LPAREN@ @COLOR-5007e7@{@TSTART@repeat@TEND@@LBRACK@StackVar:304 @x@ StackVar:308@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@}@DENO@{StackVar:329}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}} @RPAREN@ @-@ StackVar:350@RBRACK@@UNDERSCRIPT@{@TSTART@ while k is greater or equal to 0@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_289_113#@LPAREN@ #//4/0_286/0_373_40##//4/0_286/0_373#@LPAREN@ #//4/0_286/0_304_38#@COLOR-1b1031@{@TSTART@repeat@TEND@@LBRACK@#Reference:362#@LPAREN@ #//4/0_286/0_304_37#@COLOR-151b18@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{#Reference:341#@LPAREN@ #//4/0_286/0_304_36#@COLOR-5007e7@{@TSTART@repeat@TEND@@LBRACK@#Reference:320#StackVar:304#Reference:320# @x@ #Reference:321#StackVar:308#Reference:321#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_286/0_304_36# @RPAREN@#Reference:341#}@DENO@{#Reference:342#StackVar:329#Reference:342#}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while j is lower than M@TEND@}}#//4/0_286/0_304_37# @RPAREN@#Reference:362# @-@ #Reference:363#StackVar:350#Reference:363#@RBRACK@@UNDERSCRIPT@{@TSTART@ while k is greater or equal to 0@TEND@}}#//4/0_286/0_304_38# @RPAREN@#//4/0_286/0_373##//4/0_286/0_373_40# @RPAREN@#//0_289_113#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#1b1031}{\text{ repeat }\left[\left( \color{#151b18}{\text{ repeat }\left[ \dfrac{\left( \color{#5007e7}{\text{ repeat }\left[\color{#08f2f5}{value} \times \color{#662c6d}{i}\right]_{\text{ while i is lower than N }}} \right) }{\color{#a9a67a}{j}}\right]_{\text{ while j is lower than M }}} \right) - \color{#ea4e3a}{k}\right]_{\text{ while k is greater or equal to 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#1b1031}{\text{ repeat }\left[\left( \color{#151b18}{\text{ repeat }\left[ \dfrac{\left( \color{#5007e7}{\text{ repeat }\left[StackVar:304 \times StackVar:308\right]_{\text{ while i is lower than N }}} \right) }{StackVar:329}\right]_{\text{ while j is lower than M }}} \right) - StackVar:350\right]_{\text{ while k is greater or equal to 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\left( \color{#000000}{\text{ repeat }\left[ \dfrac{\left( \color{#000000}{\text{ repeat }\left[\color{#000000}{value} \times \color{#000000}{i}\right]_{\text{ while i is lower than N }}} \right) }{\color{#000000}{j}}\right]_{\text{ while j is lower than M }}} \right) - \color{#000000}{k}\right]_{\text{ while k is greater or equal to 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ valueOf@LPAREN@@LPAREN@ @LPAREN@ Parameter:37 @x@ pi @RPAREN@ @RPAREN@@RPAREN@
@@ -0,0 +1 @@
1
+ #//0_51_15##//0_51##Call:49#valueOf@LPAREN@#Reference:47##//0_46_12#@LPAREN@ #//3/0_43/0_63_8##//3/0_43/0_63#@LPAREN@ #//3/0_43/0_60_6##Reference:54##//3/0_43/0_53_1##//0_37_10##Reference:41##//0_37_9#Parameter:37#//0_37_9##Reference:41##//0_37_10##//3/0_43/0_53_1##Reference:54# @x@ #Reference:55#pi#Reference:55##//3/0_43/0_60_6# @RPAREN@#//3/0_43/0_63##//3/0_43/0_63_8# @RPAREN@#//0_46_12##Reference:47#@RPAREN@#Call:49##//0_51##//0_51_15#
@@ -0,0 +1 @@
1
+ valueOf\left( \left( \left( \color{#7c8871}{argc} \times pi \right) \right) \right)
@@ -0,0 +1 @@
1
+ valueOf\left( \left( \left( Parameter:37 \times pi \right) \right) \right)
@@ -0,0 +1 @@
1
+ valueOf\left( \left( \left( \color{#000000}{argc} \times pi \right) \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ TypeRef:441@REFA@{Integer:449} @+@ TypeRef:441@REFA@{Integer:454} @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_465_48##//0_465#@LPAREN@ #//0_462_46##Reference:448##//0_421_40##Construct:444##//0_443_37##TypeReference:443#TypeRef:441#TypeReference:443##//0_443_37##Construct:444##//0_421_40##Reference:448#@REFA@{Integer:449} @+@ #Reference:453##//0_421_40##Construct:444##//0_443_37##TypeReference:443#TypeRef:441#TypeReference:443##//0_443_37##Construct:444##//0_421_40##Reference:453#@REFA@{Integer:454}#//0_462_46# @RPAREN@#//0_465##//0_465_48#
@@ -0,0 +1 @@
1
+ \left( \color{#fab236}{Nobody}_{\color{#78e93f}{0}} + \color{#fab236}{Nobody}_{\color{#24dfc2}{2}} \right)
@@ -0,0 +1 @@
1
+ \left( TypeRef:441_{Integer:449} + TypeRef:441_{Integer:454} \right)
@@ -0,0 +1 @@
1
+ \left( \color{#000000}{Nobody}_{\color{#000000}{0}} + \color{#000000}{Nobody}_{\color{#000000}{2}} \right)
@@ -0,0 +1 @@
1
+ #//0_234_15##//0_234##//238/0_231/0_196##//238/0_231/0_191_1##//238/0_231/0_188_2#Null:188#//238/0_231/0_188_2##//238/0_231/0_191_1##//238/0_231/0_196##//0_234##//0_234_15#
@@ -0,0 +1 @@
1
+ \color{#88c81f}{null}
@@ -0,0 +1 @@
1
+ #//0_174_46##//0_174##//0_142_38##Reference:139##//0_138_35##//0_135_36#Integer:135#//0_135_36##//0_138_35##Reference:139##//0_142_38##//0_174##//0_174_46#
@@ -0,0 +1 @@
1
+ #//0_97_20##//0_97##//0_94_18#@LPAREN@ #//3/0_91/0_144_8##//3/0_91/0_144##//3/0_91/0_119_7##Reference:142##//3/0_91/0_119_5##//0_87_14##Reference:87#res#Reference:87##//0_87_14##//3/0_91/0_119_5##Reference:142##//3/0_91/0_119_7##//3/0_91/0_144##//3/0_91/0_144_8# @RPAREN@#//0_94_18##//0_97##//0_97_20#