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 @@
1
+ #//0_182_27##//0_182##//5/0_172/124/0_122/0_98_5##Reference:194##//0_98_24##//5/0_172/124/0_122/0_98_3##Reference:103##//5/0_172/124/0_122/0_99_1##//5/0_172/0_119_9##Reference:120##//5/0_172/0_119_8#Parameter:119#//5/0_172/0_119_8##Reference:120##//5/0_172/0_119_9##//5/0_172/124/0_122/0_99_1##Reference:103##//5/0_172/124/0_122/0_98_3##//0_98_24##Reference:194##//5/0_172/124/0_122/0_98_5##//0_182##//0_182_27#
@@ -0,0 +1 @@
1
+ @LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@ @LPAREN@ Parameter:126 @x@ Parameter:126 @RPAREN@ @+@ Integer:151 @RPAREN@ @RPAREN@}@DENO@{Parameter:126}@/DIV@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_182_27##//0_182##//5/0_172/124/0_122/0_98_5##Reference:194##//0_98_24##//5/0_172/124/0_122/0_98_3##Reference:103##//5/0_172/124/0_122/0_99_1##//5/0_172/0_119_9##Reference:120##//5/0_172/0_119_8#@LPAREN@ #//0_170_39#@DIV@@NUM@{#Reference:167##//0_133_37##Reference:167#@LPAREN@ #//0_133_32#@LPAREN@ #//0_153_30#@LPAREN@ #//0_150_29##Reference:147##//0_126_28##Reference:148##//0_126_21##Reference:147##//0_126_20##//0_126_21##Reference:147#Parameter:126#Reference:147##//0_126_21##//0_126_20##Reference:147##//0_126_21##Reference:148##//0_126_28##Reference:147# @x@ #Reference:148##//0_126_28##Reference:148##//0_126_21##Reference:147##//0_126_20##//0_126_21##Reference:147#Parameter:126#Reference:147##//0_126_21##//0_126_20##Reference:147##//0_126_21##Reference:148##//0_126_28##Reference:148##//0_150_29# @RPAREN@ @+@ #//0_151_31#Integer:151#//0_151_31##//0_153_30# @RPAREN@#//0_133_32# @RPAREN@#Reference:167##//0_133_37##Reference:167#}@DENO@{#Reference:168##//0_126_38##Reference:168##//0_126_33##Reference:156##//0_126_28##Reference:148##//0_126_21##Reference:147#Parameter:126#Reference:147##//0_126_21##Reference:148##//0_126_28##Reference:156##//0_126_33##Reference:168##//0_126_38##Reference:168#}@/DIV@#//0_170_39# @RPAREN@#//5/0_172/0_119_8##Reference:120##//5/0_172/0_119_9##//5/0_172/124/0_122/0_99_1##Reference:103##//5/0_172/124/0_122/0_98_3##//0_98_24##Reference:194##//5/0_172/124/0_122/0_98_5##//0_182##//0_182_27#
@@ -0,0 +1 @@
1
+ \left( \dfrac{\left( \left( \left( \color{#9b6153}{argc} \times \color{#9b6153}{argc} \right) + \color{#947ba5}{30} \right) \right) }{\color{#9b6153}{argc}} \right)
@@ -0,0 +1 @@
1
+ \left( \dfrac{\left( \left( \left( Parameter:126 \times Parameter:126 \right) + Integer:151 \right) \right) }{Parameter:126} \right)
@@ -0,0 +1 @@
1
+ \left( \dfrac{\left( \left( \left( \color{#000000}{argc} \times \color{#000000}{argc} \right) + \color{#000000}{30} \right) \right) }{\color{#000000}{argc}} \right)
@@ -0,0 +1 @@
1
+ @TSTART@Person@TEND@@DESC_START@@DESC_ITEM_START@@TSTART@age@TEND@=Integer:411@DESC_ITEM_END@@DESC_ITEM_START@@TSTART@name@TEND@=random@REF@toString@DESC_ITEM_END@@DESC_END@
@@ -0,0 +1 @@
1
+ #//0_347_114##//6/0_344/0_416_18##//6/0_344/0_416##//6/0_344/0_388_16#@TSTART@Person@TEND@@DESC_START@@DESC_ITEM_START@@TSTART@age@TEND@=#Reference:589##//6/0_344/0_306_11#Integer:411#//6/0_344/0_306_11##Reference:589#@DESC_ITEM_END@@DESC_ITEM_START@@TSTART@name@TEND@=#Reference:590##//6/0_344/0_307_8##Call:400#random#Call:400#@REF@#Call:401#toString#Call:401##//6/0_344/0_307_8##Reference:590#@DESC_ITEM_END@@DESC_END@#//6/0_344/0_388_16##//6/0_344/0_416##//6/0_344/0_416_18##//0_347_114#
@@ -0,0 +1 @@
1
+ \text{Person}\left\{\begin{array}{l} \text{age}=\color{#90bfed}{\mathbf{\text{32}}} \\ \text{name}=random.toString \\\end{array}\right.
@@ -0,0 +1 @@
1
+ \text{ Person }@DESC_START@@DESC_ITEM_START@\text{ age }=Integer:411@DESC_ITEM_END@@DESC_ITEM_START@\text{ name }=random.toString@DESC_ITEM_END@@DESC_END@
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ Parameter:80 @x@ @LPAREN@ @LPAREN@ @LPAREN@ @LPAREN@ Parameter:80 @-@ Integer:111 @RPAREN@ @x@ Method:4@LPAREN@@LPAREN@ Parameter:80 @-@ Integer:111 @RPAREN@ @-@ Integer:111@RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_121_45##//0_121#@LPAREN@ #//0_155_40#@LPAREN@ #//0_117_39##Reference:109##//0_80_35##Reference:110##//0_80_34##Reference:109##//0_80_25##//0_80_34##Reference:109##//0_80_34##Reference:109#Parameter:80#Reference:109##//0_80_34##Reference:109##//0_80_34##//0_80_25##Reference:109##//0_80_34##Reference:110##//0_80_35##Reference:109# @x@ @LPAREN@ #//4/0_115/0_121_45##//4/0_115/0_121#@LPAREN@ #//4/0_115/0_155_40#@LPAREN@ #//4/0_115/0_117_39##Reference:109##//4/0_115/0_80_35##Reference:110##//4/0_115/0_80_34##Reference:109##//4/0_115/0_80_25#@LPAREN@ #//0_113_36##Reference:110##//0_80_35##Reference:110##//0_80_35##Reference:110##//0_80_34##Reference:109##//0_80_25##//0_80_34##Reference:109##//0_80_34##Reference:109#Parameter:80#Reference:109##//0_80_34##Reference:109##//0_80_34##//0_80_25##Reference:109##//0_80_34##Reference:110##//0_80_35##Reference:110##//0_80_35##Reference:110# @-@ Integer:111#//0_113_36# @RPAREN@#//4/0_115/0_80_25##Reference:109##//4/0_115/0_80_34##Reference:110##//4/0_115/0_80_35##Reference:109# @x@ #Call:115#Method:4@LPAREN@#Reference:110##//4/0_115/0_80_35##Reference:110##//4/0_115/0_80_34##Reference:109##//4/0_115/0_80_25#@LPAREN@ #//0_113_36##Reference:110##//0_80_35##Reference:110##//0_80_35##Reference:110##//0_80_34##Reference:109##//0_80_25##//0_80_34##Reference:109##//0_80_34##Reference:109#Parameter:80#Reference:109##//0_80_34##Reference:109##//0_80_34##//0_80_25##Reference:109##//0_80_34##Reference:110##//0_80_35##Reference:110##//0_80_35##Reference:110# @-@ Integer:111#//0_113_36# @RPAREN@#//4/0_115/0_80_25##Reference:109##//4/0_115/0_80_34##Reference:110##//4/0_115/0_80_35##Reference:110# @-@ Integer:111@RPAREN@#Call:115##//4/0_115/0_117_39# @RPAREN@#//4/0_115/0_155_40# @RPAREN@#//4/0_115/0_121##//4/0_115/0_121_45# @RPAREN@#//0_117_39# @RPAREN@#//0_155_40# @RPAREN@#//0_121##//0_121_45#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#92639a}{n} \times \left( \left( \left( \left( \color{#92639a}{n} - \color{#8801c6}{1} \right) \times \color{#6b9e4e}{factorial}\left( \left( \color{#92639a}{n} - \color{#8801c6}{1} \right) - \color{#8801c6}{1}\right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( Parameter:80 \times \left( \left( \left( \left( Parameter:80 - Integer:111 \right) \times Method:4\left( \left( Parameter:80 - Integer:111 \right) - Integer:111\right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{n} \times \left( \left( \left( \left( \color{#000000}{n} - \color{#000000}{1} \right) \times \color{#000000}{factorial}\left( \left( \color{#000000}{n} - \color{#000000}{1} \right) - \color{#000000}{1}\right) \right) \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-826578@{@TSTART@repeat@TEND@@LBRACK@StackVar:1390 @+@ Integer:1419@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_843_326#@LPAREN@ #//4/0_840/0_1428_191##//4/0_840/0_1428#@LPAREN@ #//4/0_840/0_1390_188#@COLOR-826578@{@TSTART@repeat@TEND@@LBRACK@#Reference:1418#StackVar:1390#Reference:1418# @+@ #//4/0_840/0_1419_189#Integer:1419#//4/0_840/0_1419_189#@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}}#//4/0_840/0_1390_188# @RPAREN@#//4/0_840/0_1428##//4/0_840/0_1428_191# @RPAREN@#//0_843_326#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#826578}{\text{ repeat }\left[\color{#213e88}{res} + \color{#88c252}{2}\right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#826578}{\text{ repeat }\left[StackVar:1390 + Integer:1419\right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{res} + \color{#000000}{2}\right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ 2#//0_42_9##//0_42##//0_29_1#Integer:26#//0_29_1##//0_42##//0_42_9#
@@ -0,0 +1 @@
1
+ #//0_42_9##//0_42##//0_29_1##//0_26_2#Integer:26#//0_26_2##//0_29_1##//0_42##//0_42_9#
@@ -0,0 +1 @@
1
+ \color{#c321a8}{0}
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-590eef@{@TSTART@repeat@TEND@@LBRACK@StackVar:851 @+@ @LPAREN@ @LPAREN@ @COLOR-624ba6@{@TSTART@repeat@TEND@@LBRACK@StackVar:953 @x@ f@LPAREN@StackVar:957,StackVar:953@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_831_320#@LPAREN@ #//4/0_828/0_875_278##//4/0_828/0_875#@LPAREN@ #//4/0_828/0_851_276#@COLOR-590eef@{@TSTART@repeat@TEND@@LBRACK@#Reference:866#StackVar:851#Reference:866# @+@ @LPAREN@ #//4/0_828/5/0_869/0_982_243##//4/0_828/5/0_869/0_982#@LPAREN@ #//4/0_828/5/0_869/0_953_241#@COLOR-624ba6@{@TSTART@repeat@TEND@@LBRACK@#Reference:969#StackVar:953#Reference:969# @x@ #Call:974#f@LPAREN@#Reference:970#StackVar:957#Reference:970#,#Reference:972#StackVar:953#Reference:972#@RPAREN@#Call:974#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_828/5/0_869/0_953_241# @RPAREN@#//4/0_828/5/0_869/0_982##//4/0_828/5/0_869/0_982_243# @RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_828/0_851_276# @RPAREN@#//4/0_828/0_875##//4/0_828/0_875_278# @RPAREN@#//0_831_320#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#590eef}{\text{ repeat }\left[\color{#8aec0b}{value} + \left( \left( \color{#624ba6}{\text{ repeat }\left[\color{#6add98}{val} \times f\left( \color{#400582}{i},\color{#6add98}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right) \right]_{\text{ while i is lower than N }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#590eef}{\text{ repeat }\left[StackVar:851 + \left( \left( \color{#624ba6}{\text{ repeat }\left[StackVar:953 \times f\left( StackVar:957,StackVar:953\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right) \right]_{\text{ while i is lower than N }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{value} + \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} \times f\left( \color{#000000}{i},\color{#000000}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right) \right]_{\text{ while i is lower than N }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ Parameter:748 @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_793_304#@LPAREN@ #//4/0_790/0_1170_56##//4/0_790/0_1170##//4/0_790/0_1113_51##//0_748_301##Reference:788##//0_748_282#Parameter:748#//0_748_282##Reference:788##//0_748_301##//4/0_790/0_1113_51##//4/0_790/0_1170##//4/0_790/0_1170_56# @RPAREN@#//0_793_304#
@@ -0,0 +1 @@
1
+ \left( \color{#577542}{argc} \right)
@@ -0,0 +1 @@
1
+ \left( Parameter:748 \right)
@@ -0,0 +1 @@
1
+ \left( \color{#000000}{argc} \right)
@@ -0,0 +1 @@
1
+ #//0_787_300#@LPAREN@ #//4/0_784/0_1111_30##//4/0_784/0_1111##Call:1108#size#Call:1108##//4/0_784/0_1111##//4/0_784/0_1111_30# @RPAREN@#//0_787_300#
@@ -0,0 +1 @@
1
+ @LPAREN@ StackVar:1173 @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_817_318#@LPAREN@ #//4/0_814/0_1244_83##//4/0_814/0_1244##//4/0_814/0_1173_80#StackVar:1173#//4/0_814/0_1173_80##//4/0_814/0_1244##//4/0_814/0_1244_83# @RPAREN@#//0_817_318#
@@ -0,0 +1 @@
1
+ \left( \color{#ae5820}{people} \right)
@@ -0,0 +1 @@
1
+ \left( \color{#000000}{people} \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-e12ae9@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{StackVar:1023}@DENO@{f@LPAREN@StackVar:1027,StackVar:1023@RPAREN@}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_781_297#@LPAREN@ #//4/0_778/0_1052_12##//4/0_778/0_1052#@LPAREN@ #//4/0_778/0_1023_10#@COLOR-e12ae9@{@TSTART@repeat@TEND@@LBRACK@@DIV@@NUM@{#Reference:1039#StackVar:1023#Reference:1039#}@DENO@{#Call:1044#f@LPAREN@#Reference:1040#StackVar:1027#Reference:1040#,#Reference:1042#StackVar:1023#Reference:1042#@RPAREN@#Call:1044#}@/DIV@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_778/0_1023_10# @RPAREN@#//4/0_778/0_1052##//4/0_778/0_1052_12# @RPAREN@#//0_781_297#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#e12ae9}{\text{ repeat }\left[ \dfrac{\color{#61d71f}{val}}{f\left( \color{#e5ddbf}{i},\color{#61d71f}{val}\right) }\right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#e12ae9}{\text{ repeat }\left[ \dfrac{StackVar:1023}{f\left( StackVar:1027,StackVar:1023\right) }\right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[ \dfrac{\color{#000000}{val}}{f\left( \color{#000000}{i},\color{#000000}{val}\right) }\right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-15693b@{@TSTART@repeat@TEND@@LBRACK@f@LPAREN@StackVar:885,@DIV@@NUM@{StackVar:881}@DENO@{sqrt@LPAREN@StackVar:885@RPAREN@}@/DIV@@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_757_285#@LPAREN@ #//4/0_754/0_912_206##//4/0_754/0_912#@LPAREN@ #//4/0_754/0_881_204#@COLOR-15693b@{@TSTART@repeat@TEND@@LBRACK@#Call:906#f@LPAREN@#Reference:897#StackVar:885#Reference:897#,@DIV@@NUM@{#Reference:899#StackVar:881#Reference:899#}@DENO@{#Call:902#sqrt@LPAREN@#Reference:900#StackVar:885#Reference:900#@RPAREN@#Call:902#}@/DIV@@RPAREN@#Call:906#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_754/0_881_204# @RPAREN@#//4/0_754/0_912##//4/0_754/0_912_206# @RPAREN@#//0_757_285#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#15693b}{\text{ repeat }\left[f\left( \color{#fbb2be}{i}, \dfrac{\color{#4a2ed4}{value}}{sqrt\left( \color{#fbb2be}{i}\right) }\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#15693b}{\text{ repeat }\left[f\left( StackVar:885, \dfrac{StackVar:881}{sqrt\left( StackVar:885\right) }\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[f\left( \color{#000000}{i}, \dfrac{\color{#000000}{value}}{sqrt\left( \color{#000000}{i}\right) }\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-158ee8@{@TSTART@repeat@TEND@@LBRACK@StackVar:953 @x@ f@LPAREN@StackVar:957,StackVar:953@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_769_291#@LPAREN@ #//4/0_766/0_982_243##//4/0_766/0_982#@LPAREN@ #//4/0_766/0_953_241#@COLOR-158ee8@{@TSTART@repeat@TEND@@LBRACK@#Reference:969#StackVar:953#Reference:969# @x@ #Call:974#f@LPAREN@#Reference:970#StackVar:957#Reference:970#,#Reference:972#StackVar:953#Reference:972#@RPAREN@#Call:974#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_766/0_953_241# @RPAREN@#//4/0_766/0_982##//4/0_766/0_982_243# @RPAREN@#//0_769_291#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#158ee8}{\text{ repeat }\left[\color{#6add98}{val} \times f\left( \color{#400582}{i},\color{#6add98}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#158ee8}{\text{ repeat }\left[StackVar:953 \times f\left( StackVar:957,StackVar:953\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} \times f\left( \color{#000000}{i},\color{#000000}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-c1afa1@{@TSTART@repeat@TEND@@LBRACK@StackVar:988 @-@ f@LPAREN@StackVar:992,StackVar:988@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_775_294#@LPAREN@ #//4/0_772/0_1017_261##//4/0_772/0_1017#@LPAREN@ #//4/0_772/0_988_259#@COLOR-c1afa1@{@TSTART@repeat@TEND@@LBRACK@#Reference:1004#StackVar:988#Reference:1004# @-@ #Call:1009#f@LPAREN@#Reference:1005#StackVar:992#Reference:1005#,#Reference:1007#StackVar:988#Reference:1007#@RPAREN@#Call:1009#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_772/0_988_259# @RPAREN@#//4/0_772/0_1017##//4/0_772/0_1017_261# @RPAREN@#//0_775_294#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#c1afa1}{\text{ repeat }\left[\color{#ffe94e}{val} - f\left( \color{#900871}{i},\color{#ffe94e}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#c1afa1}{\text{ repeat }\left[StackVar:988 - f\left( StackVar:992,StackVar:988\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} - f\left( \color{#000000}{i},\color{#000000}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-2085d8@{@TSTART@repeat@TEND@@LBRACK@StackVar:918 @+@ f@LPAREN@StackVar:922,StackVar:918@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_763_288#@LPAREN@ #//4/0_760/0_947_225##//4/0_760/0_947#@LPAREN@ #//4/0_760/0_918_223#@COLOR-2085d8@{@TSTART@repeat@TEND@@LBRACK@#Reference:934#StackVar:918#Reference:934# @+@ #Call:939#f@LPAREN@#Reference:935#StackVar:922#Reference:935#,#Reference:937#StackVar:918#Reference:937#@RPAREN@#Call:939#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than nbIter@TEND@}}#//4/0_760/0_918_223# @RPAREN@#//4/0_760/0_947##//4/0_760/0_947_225# @RPAREN@#//0_763_288#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#2085d8}{\text{ repeat }\left[\color{#ce84ca}{val} + f\left( \color{#b95bee}{i},\color{#ce84ca}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#2085d8}{\text{ repeat }\left[StackVar:918 + f\left( StackVar:922,StackVar:918\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} + f\left( \color{#000000}{i},\color{#000000}{val}\right) \right]_{\text{ while i is lower than nbIter }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-72d043@{@TSTART@repeat@TEND@@LBRACK@StackVar:1326 @+@ f@LPAREN@Parameter:748,StackVar:1326@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_811_313#@LPAREN@ #//4/0_808/0_1349_150##//4/0_808/0_1349#@LPAREN@ #//4/0_808/0_1326_148#@COLOR-72d043@{@TSTART@repeat@TEND@@LBRACK@#Reference:1706#StackVar:1326#Reference:1706# @+@ #Call:1707#f@LPAREN@#Reference:1709##//4/0_808/0_1322_143##//0_748_311##Reference:806##//0_748_282#Parameter:748#//0_748_282##Reference:806##//0_748_311##//4/0_808/0_1322_143##Reference:1709#,#Reference:1711#StackVar:1326#Reference:1711#@RPAREN@#Call:1707#@RBRACK@@UNDERSCRIPT@{@TSTART@ while nbIter is greater than 0@TEND@}}#//4/0_808/0_1326_148# @RPAREN@#//4/0_808/0_1349##//4/0_808/0_1349_150# @RPAREN@#//0_811_313#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#72d043}{\text{ repeat }\left[\color{#590f34}{val} + f\left( \color{#577542}{argc},\color{#590f34}{val}\right) \right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#72d043}{\text{ repeat }\left[StackVar:1326 + f\left( Parameter:748,StackVar:1326\right) \right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} + f\left( \color{#000000}{argc},\color{#000000}{val}\right) \right]_{\text{ while nbIter is greater than 0 }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-b4175b@{@TSTART@repeat@TEND@@LBRACK@StackVar:1258 @+@ f@LPAREN@Parameter:748,StackVar:1258@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter equals 0) is not verified)@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_799_307#@LPAREN@ #//4/0_796/0_1285_116##//4/0_796/0_1285#@LPAREN@ #//4/0_796/0_1258_114#@COLOR-b4175b@{@TSTART@repeat@TEND@@LBRACK@#Reference:1641#StackVar:1258#Reference:1641# @+@ #Call:1642#f@LPAREN@#Reference:1644##//4/0_796/0_1254_107##//0_748_305##Reference:794##//0_748_282#Parameter:748#//0_748_282##Reference:794##//0_748_305##//4/0_796/0_1254_107##Reference:1644#,#Reference:1646#StackVar:1258#Reference:1646#@RPAREN@#Call:1642#@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter equals 0) is not verified)@TEND@}}#//4/0_796/0_1258_114# @RPAREN@#//4/0_796/0_1285##//4/0_796/0_1285_116# @RPAREN@#//0_799_307#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#b4175b}{\text{ repeat }\left[\color{#94dd9c}{val} + f\left( \color{#577542}{argc},\color{#94dd9c}{val}\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#b4175b}{\text{ repeat }\left[StackVar:1258 + f\left( Parameter:748,StackVar:1258\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} + f\left( \color{#000000}{argc},\color{#000000}{val}\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-821121@{@TSTART@repeat@TEND@@LBRACK@StackVar:1291 @+@ f@LPAREN@Parameter:748,StackVar:1291@RPAREN@@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter equals 0) is not verified)@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_805_310#@LPAREN@ #//4/0_802/0_1320_134##//4/0_802/0_1320#@LPAREN@ #//4/0_802/0_1291_132#@COLOR-821121@{@TSTART@repeat@TEND@@LBRACK@#Reference:1672#StackVar:1291#Reference:1672# @+@ #Call:1673#f@LPAREN@#Reference:1675##//4/0_802/0_1287_125##//0_748_308##Reference:800##//0_748_282#Parameter:748#//0_748_282##Reference:800##//0_748_308##//4/0_802/0_1287_125##Reference:1675#,#Reference:1677#StackVar:1291#Reference:1677#@RPAREN@#Call:1673#@RBRACK@@UNDERSCRIPT@{@TSTART@ while ((nbIter equals 0) is not verified)@TEND@}}#//4/0_802/0_1291_132# @RPAREN@#//4/0_802/0_1320##//4/0_802/0_1320_134# @RPAREN@#//0_805_310#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#821121}{\text{ repeat }\left[\color{#ce63de}{val} + f\left( \color{#577542}{argc},\color{#ce63de}{val}\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#821121}{\text{ repeat }\left[StackVar:1291 + f\left( Parameter:748,StackVar:1291\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{val} + f\left( \color{#000000}{argc},\color{#000000}{val}\right) \right]_{\text{ while ((nbIter equals 0) is not verified) }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @DIV@@NUM@{Integer:419}@DENO@{Parameter:363}@/DIV@ @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_372_152#@LPAREN@ #//4/0_369/0_440_65#@LPAREN@ #//4/0_369/0_440#@DIV@@NUM@{#Reference:435##//4/0_369/0_417_54##//4/0_369/0_419_55#Integer:419#//4/0_369/0_419_55##//4/0_369/0_417_54##Reference:435#}@DENO@{#Reference:436##//4/0_369/0_413_51##//0_363_150##Reference:367##//0_363_149#Parameter:363#//0_363_149##Reference:367##//0_363_150##//4/0_369/0_413_51##Reference:436#}@/DIV@#//4/0_369/0_440# @RPAREN@#//4/0_369/0_440_65# @RPAREN@#//0_372_152#
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{\color{#fd7202}{0}}{\color{#021af3}{argc}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{Integer:419}{Parameter:363} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{\color{#000000}{0}}{\color{#000000}{argc}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @DIV@@NUM@{@LPAREN@ Parameter:363 @x@ Parameter:363 @RPAREN@}@DENO@{Parameter:363}@/DIV@ @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_372_152#@LPAREN@ #//4/0_369/0_440_65#@LPAREN@ #//4/0_369/0_440#@DIV@@NUM@{#Reference:435#@LPAREN@ #//4/0_369/0_417_60##Reference:428##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_59##Reference:428##//4/0_369/0_413_51##//0_363_150##Reference:367##//0_363_149#Parameter:363#//0_363_149##Reference:367##//0_363_150##//4/0_369/0_413_51##Reference:428##//4/0_369/0_413_59##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_62##Reference:428# @x@ #Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_59##Reference:428##//4/0_369/0_413_51##//0_363_150##Reference:367##//0_363_149#Parameter:363#//0_363_149##Reference:367##//0_363_150##//4/0_369/0_413_51##Reference:428##//4/0_369/0_413_59##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_62##Reference:429##//4/0_369/0_417_60# @RPAREN@#Reference:435#}@DENO@{#Reference:436##//4/0_369/0_413_62##Reference:429##//4/0_369/0_413_59##Reference:428##//4/0_369/0_413_51##//0_363_150##Reference:367##//0_363_149#Parameter:363#//0_363_149##Reference:367##//0_363_150##//4/0_369/0_413_51##Reference:428##//4/0_369/0_413_59##Reference:429##//4/0_369/0_413_62##Reference:436#}@/DIV@#//4/0_369/0_440# @RPAREN@#//4/0_369/0_440_65# @RPAREN@#//0_372_152#
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{\left( \color{#021af3}{argc} \times \color{#021af3}{argc} \right) }{\color{#021af3}{argc}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{\left( Parameter:363 \times Parameter:363 \right) }{Parameter:363} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{\left( \color{#000000}{argc} \times \color{#000000}{argc} \right) }{\color{#000000}{argc}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @COLOR-ef6ecd@{@TSTART@repeat@TEND@@LBRACK@StackVar:610 @x@ StackVar:640@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}} @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_402_167#@LPAREN@ #//4/0_399/0_661_22##//4/0_399/0_661#@LPAREN@ #//4/0_399/0_610_20#@COLOR-ef6ecd@{@TSTART@repeat@TEND@@LBRACK@#Reference:652#StackVar:610#Reference:652# @x@ #Reference:653#StackVar:640#Reference:653#@RBRACK@@UNDERSCRIPT@{@TSTART@ while i is lower than N@TEND@}}#//4/0_399/0_610_20# @RPAREN@#//4/0_399/0_661##//4/0_399/0_661_22# @RPAREN@#//0_402_167#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#ef6ecd}{\text{ repeat }\left[\color{#6884a7}{value} \times \color{#824d20}{i}\right]_{\text{ while i is lower than N }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#ef6ecd}{\text{ repeat }\left[StackVar:610 \times StackVar:640\right]_{\text{ while i is lower than N }}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{\text{ repeat }\left[\color{#000000}{value} \times \color{#000000}{i}\right]_{\text{ while i is lower than N }}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @DIV@@NUM@{@LPAREN@ Parameter:363 @x@ Parameter:363 @RPAREN@}@DENO@{Parameter:363}@/DIV@ @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_378_155#@LPAREN@ #//4/0_375/0_463_79#@LPAREN@ #//4/0_375/0_463#@DIV@@NUM@{#Reference:458#@LPAREN@ #//4/0_375/0_446_75##Reference:452##//4/0_375/0_442_67##//4/0_375/0_442_67##//0_363_153##Reference:373##//0_363_149#Parameter:363#//0_363_149##Reference:373##//0_363_153##//4/0_375/0_442_67##//4/0_375/0_442_67##Reference:452# @x@ #Reference:453##//4/0_375/0_442_67##//4/0_375/0_442_67##//0_363_153##Reference:373##//0_363_149#Parameter:363#//0_363_149##Reference:373##//0_363_153##//4/0_375/0_442_67##//4/0_375/0_442_67##Reference:453##//4/0_375/0_446_75# @RPAREN@#Reference:458#}@DENO@{#Reference:459##//4/0_375/0_442_67##//0_363_153##Reference:373##//0_363_149#Parameter:363#//0_363_149##Reference:373##//0_363_153##//4/0_375/0_442_67##Reference:459#}@/DIV@#//4/0_375/0_463# @RPAREN@#//4/0_375/0_463_79# @RPAREN@#//0_378_155#
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{\left( \color{#021af3}{argc} \times \color{#021af3}{argc} \right) }{\color{#021af3}{argc}} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{\left( Parameter:363 \times Parameter:363 \right) }{Parameter:363} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \dfrac{\left( \color{#000000}{argc} \times \color{#000000}{argc} \right) }{\color{#000000}{argc}} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @LPAREN@ random@LPAREN@Z@RPAREN@ @-@ k @RPAREN@ @x@ i @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_408_170#@LPAREN@ #//4/0_405/0_696_50##//4/0_405/0_696#@LPAREN@ #//4/0_405/0_669_48##Reference:688#@LPAREN@ #//4/0_405/0_669_39##Reference:671##//4/0_405/0_669_34##Call:666#random@LPAREN@#Reference:664#Z#Reference:664#@RPAREN@#Call:666##//4/0_405/0_669_34##Reference:671# @-@ #Reference:672#k#Reference:672##//4/0_405/0_669_39# @RPAREN@#Reference:688# @x@ #Reference:689#i#Reference:689##//4/0_405/0_669_48# @RPAREN@#//4/0_405/0_696##//4/0_405/0_696_50# @RPAREN@#//0_408_170#
@@ -0,0 +1 @@
1
+ \left( \left( \left( random\left( Z\right) - k \right) \times i \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \left( random\left( Z\right) - k \right) \times i \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \left( random\left( Z\right) - k \right) \times i \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ Integer:683 @x@ i @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_408_170#@LPAREN@ #//4/0_405/0_696_50##//4/0_405/0_696#@LPAREN@ #//4/0_405/0_669_48##Reference:688##//4/0_405/0_669_43#Integer:683#//4/0_405/0_669_43##Reference:688# @x@ #Reference:689#i#Reference:689##//4/0_405/0_669_48# @RPAREN@#//4/0_405/0_696##//4/0_405/0_696_50# @RPAREN@#//0_408_170#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#177dde}{0} \times i \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( Integer:683 \times i \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \color{#000000}{0} \times i \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ Integer:54 @-@ @LPAREN@ @LPAREN@ Double:77 @x@ Integer:54 @-@ Double:77 @RPAREN@ @RPAREN@ @+@ Integer:58 @x@ @LPAREN@ @LPAREN@ Double:77 @x@ Integer:59 @-@ Double:77 @RPAREN@ @RPAREN@ @+@ @LPAREN@ @LPAREN@ Double:77 @x@ Integer:64 @-@ Double:77 @RPAREN@ @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_74_21#@LPAREN@ #//0_74##//0_54_10#Integer:54#//0_54_10# @-@ @LPAREN@ #//3/0_57/0_89_9#@LPAREN@ #//3/0_57/0_89##Reference:81##//3/0_57/0_80_1##//3/0_57/0_77_2#Double:77#//3/0_57/0_77_2##//3/0_57/0_80_1##Reference:81# @x@ #Reference:82##//3/0_57/0_76_4##//0_54_10#Integer:54#//0_54_10##//3/0_57/0_76_4##Reference:82# @-@ #Reference:85##//3/0_57/0_80_1##//3/0_57/0_77_2#Double:77#//3/0_57/0_77_2##//3/0_57/0_80_1##Reference:85##//3/0_57/0_89# @RPAREN@#//3/0_57/0_89_9# @RPAREN@ @+@ #//0_58_15#Integer:58#//0_58_15# @x@ @LPAREN@ #//3/0_61/0_89_9#@LPAREN@ #//3/0_61/0_89##Reference:81##//3/0_61/0_80_1##//3/0_61/0_77_2#Double:77#//3/0_61/0_77_2##//3/0_61/0_80_1##Reference:81# @x@ #Reference:82##//3/0_61/0_76_4##//0_59_12#Integer:59#//0_59_12##//3/0_61/0_76_4##Reference:82# @-@ #Reference:85##//3/0_61/0_80_1##//3/0_61/0_77_2#Double:77#//3/0_61/0_77_2##//3/0_61/0_80_1##Reference:85##//3/0_61/0_89# @RPAREN@#//3/0_61/0_89_9# @RPAREN@ @+@ @LPAREN@ #//3/0_66/0_89_9#@LPAREN@ #//3/0_66/0_89##Reference:81##//3/0_66/0_80_1##//3/0_66/0_77_2#Double:77#//3/0_66/0_77_2##//3/0_66/0_80_1##Reference:81# @x@ #Reference:82##//3/0_66/0_76_4##//0_64_16#Integer:64#//0_64_16##//3/0_66/0_76_4##Reference:82# @-@ #Reference:85##//3/0_66/0_80_1##//3/0_66/0_77_2#Double:77#//3/0_66/0_77_2##//3/0_66/0_80_1##Reference:85##//3/0_66/0_89# @RPAREN@#//3/0_66/0_89_9# @RPAREN@#//0_74# @RPAREN@#//0_74_21#
@@ -0,0 +1 @@
1
+ \left( \color{#95e217}{3} - \left( \left( \color{#075768}{3.14} \times \color{#95e217}{3} - \color{#075768}{3.14} \right) \right) + \color{#be02b7}{12} \times \left( \left( \color{#075768}{3.14} \times \color{#a19e8b}{5} - \color{#075768}{3.14} \right) \right) + \left( \left( \color{#075768}{3.14} \times \color{#474b57}{6} - \color{#075768}{3.14} \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( Integer:54 - \left( \left( Double:77 \times Integer:54 - Double:77 \right) \right) + Integer:58 \times \left( \left( Double:77 \times Integer:59 - Double:77 \right) \right) + \left( \left( Double:77 \times Integer:64 - Double:77 \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( \color{#000000}{3} - \left( \left( \color{#000000}{3.14} \times \color{#000000}{3} - \color{#000000}{3.14} \right) \right) + \color{#000000}{12} \times \left( \left( \color{#000000}{3.14} \times \color{#000000}{5} - \color{#000000}{3.14} \right) \right) + \left( \left( \color{#000000}{3.14} \times \color{#000000}{6} - \color{#000000}{3.14} \right) \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @-@ Parameter:246@RPAREN@ @x@ Math@REF@pow@LPAREN@@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@@-@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @x@ Math@REF@pow@LPAREN@Parameter:244,@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @-@ @LPAREN@ @LPAREN@@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @-@ Parameter:246@RPAREN@ @x@ Math@REF@pow@LPAREN@@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@@-@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@ @x@ phi@LPAREN@Parameter:244,@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@,@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@ @+@ @LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ @LPAREN@Integer:392 @-@ Math@REF@exp@LPAREN@@LPAREN@ @-@@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @+@ Double:358 @x@ Math@REF@sqrt@LPAREN@Parameter:252@RPAREN@@RPAREN@ @x@ @DIV@@NUM@{@LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @DIV@@NUM@{@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ @LPAREN@Double:278 @-@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @+@ Math@REF@sqrt@LPAREN@Math@REF@pow@LPAREN@@LPAREN@@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@Double:297@RPAREN@@RPAREN@ @+@ Double:302 @x@ @DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{Parameter:252}@/DIV@@RPAREN@ @RPAREN@ @-@ Double:322@RPAREN@ @x@ Parameter:246}@/DIV@ @RPAREN@ @-@ @LPAREN@ Math@REF@max@LPAREN@Parameter:246,@DIV@@NUM@{@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@}@DENO@{@LPAREN@@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@ @-@ @LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@@RPAREN@ @x@ Parameter:246}@/DIV@@RPAREN@ @RPAREN@@RPAREN@}@/DIV@ @RPAREN@@RPAREN@@RPAREN@ @RPAREN@,@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@,@LPAREN@ Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:250}@DENO@{Parameter:248}@/DIV@@RPAREN@ @RPAREN@,Parameter:252@RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_472_274#@LPAREN@ #//0_472##Reference:441#@LPAREN@ #//0_440_254#@LPAREN@#Reference:421#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{#Reference:268#Parameter:248#Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{#Reference:268#Parameter:248#Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255#Parameter:250#Reference:255#}@DENO@{#Reference:256#Parameter:248#Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:421# @-@ #Reference:422##//0_246_185##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:422#@RPAREN@ @x@ #Reference:426#Math#Reference:426#@REF@#Call:434#pow@LPAREN@#Reference:427#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:427#,@LPAREN@@-@#Reference:429#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:429#@RPAREN@@RPAREN@#Call:434##//0_440_254# @RPAREN@#Reference:441# @x@ #Reference:442#Math#Reference:442#@REF@#Call:447#pow@LPAREN@#Reference:443##//0_244_258#Parameter:244#//0_244_258##Reference:443#,#Reference:445#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:445#@RPAREN@#Call:447# @-@ #Reference:451#@LPAREN@ #//0_440_254#@LPAREN@#Reference:421#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:421# @-@ #Reference:422##//0_246_185##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:422#@RPAREN@ @x@ #Reference:426#Math#Reference:426#@REF@#Call:434#pow@LPAREN@#Reference:427#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:427#,@LPAREN@@-@#Reference:429#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:429#@RPAREN@@RPAREN@#Call:434##//0_440_254# @RPAREN@#Reference:451# @x@ #Call:466#phi@LPAREN@#Reference:452##//0_244_258#Parameter:244#//0_244_258##Reference:452#,#Reference:454#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:454#,#Reference:456#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:456#,#Reference:458#@LPAREN@ #//0_407_234##Reference:386#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:386# @+@ @LPAREN@#Reference:387#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:387# @-@ #Reference:388#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:388#@RPAREN@ @x@ @LPAREN@#//0_392_230##//0_392_230#Integer:392#//0_392_230##//0_392_230# @-@ #Reference:393#Math#Reference:393#@REF@#Call:396#exp@LPAREN@#Reference:394#@LPAREN@ #//0_383_219#@-@@LPAREN@#Reference:357#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:357# @+@ Double:358 @x@ #Reference:359#Math#Reference:359#@REF@#Call:362#sqrt@LPAREN@#Reference:360##//0_252_155##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##//0_252_155##Reference:360#@RPAREN@#Call:362#@RPAREN@ @x@ @DIV@@NUM@{#Reference:371#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:371#}@DENO@{@LPAREN@#Reference:372#@LPAREN@ #//0_333_189#@DIV@@NUM@{#Reference:320#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:320#}@DENO@{@LPAREN@#Reference:321#@LPAREN@ #//0_318_180#@LPAREN@#//0_278_159##//0_278_159##//0_278_159#Double:278#//0_278_159##//0_278_159##//0_278_159# @-@ @DIV@@NUM@{#Reference:279#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:279#}@DENO@{#Reference:280##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:280#}@/DIV@@RPAREN@ @+@ #Reference:286#Math#Reference:286#@REF@#Call:312#sqrt@LPAREN@#Reference:287#Math#Reference:287#@REF@#Call:300#pow@LPAREN@@LPAREN@@DIV@@NUM@{#Reference:288#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:288#}@DENO@{#Reference:289##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:289#}@/DIV@ @-@ Double:292@RPAREN@,@LPAREN@#//0_297_171##//0_297_171##//0_297_171#Double:297#//0_297_171##//0_297_171##//0_297_171#@RPAREN@@RPAREN@#Call:300# @+@ Double:302 @x@ @DIV@@NUM@{#Reference:303#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:303#}@DENO@{#Reference:304##//0_252_155##//0_252_155##//0_252_155#Parameter:252#//0_252_155##//0_252_155##//0_252_155##Reference:304#}@/DIV@@RPAREN@#Call:312##//0_318_180# @RPAREN@#Reference:321# @-@ Double:322@RPAREN@ @x@ #Reference:326##//0_246_185##//0_246_185##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##//0_246_185##//0_246_185##Reference:326#}@/DIV@#//0_333_189# @RPAREN@#Reference:372# @-@ #Reference:373#@LPAREN@ #//0_355_202##Reference:336#Math#Reference:336#@REF@#Call:351#max@LPAREN@#Reference:337##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##Reference:337#,@DIV@@NUM@{#Reference:339#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{#Reference:268#Parameter:248#Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:339#}@DENO@{@LPAREN@#Reference:340#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{Double:267}@DENO@{#Reference:268#Parameter:248#Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:340# @-@ #Reference:341#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:341#@RPAREN@ @x@ #Reference:345##//0_246_185##//0_246_185#Parameter:246#//0_246_185##//0_246_185##Reference:345#}@/DIV@@RPAREN@#Call:351##//0_355_202# @RPAREN@#Reference:373#@RPAREN@}@/DIV@#//0_383_219# @RPAREN@#Reference:394#@RPAREN@#Call:396#@RPAREN@#//0_407_234# @RPAREN@#Reference:458#,#Reference:460#@LPAREN@ #//0_276_153##Reference:266#Math#Reference:266#@REF@#Call:272#log@LPAREN@@DIV@@NUM@{#//0_267_151##//0_267_151##//0_267_151#Double:267#//0_267_151##//0_267_151##//0_267_151#}@DENO@{#Reference:268##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:268#}@/DIV@@RPAREN@#Call:272##//0_276_153# @RPAREN@#Reference:460#,#Reference:462#@LPAREN@ #//0_264_146##Reference:254#Math#Reference:254#@REF@#Call:260#log@LPAREN@@DIV@@NUM@{#Reference:255##//0_250_140##//0_250_140##//0_250_140##//0_250_140#Parameter:250#//0_250_140##//0_250_140##//0_250_140##//0_250_140##Reference:255#}@DENO@{#Reference:256##//0_248_142##//0_248_142##//0_248_142##//0_248_142#Parameter:248#//0_248_142##//0_248_142##//0_248_142##//0_248_142##Reference:256#}@/DIV@@RPAREN@#Call:260##//0_264_146# @RPAREN@#Reference:462#,#Reference:464##//0_252_155#Parameter:252#//0_252_155##Reference:464#@RPAREN@#Call:466##//0_472# @RPAREN@#//0_472_274#
@@ -0,0 +1 @@
1
+ \left( \left( \left( \left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) - \color{#644518}{x}\right) \times Math.pow\left( \left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) \right) \right) \right) \times Math.pow\left( \color{#61b7f0}{s},\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) \right) - \left( \left( \left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) - \color{#644518}{x}\right) \times Math.pow\left( \left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) \right) \right) \right) \times phi\left( \color{#61b7f0}{s},\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) ,\left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) \times \left( \color{#a83dd4}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) + \color{#1b6bff}{2.0} \times Math.sqrt\left( \color{#74f66b}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) }{\left( \left( \left( \color{#e2c907}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}} - \color{#8dc923}{0.5}\right) ,\left( \color{#4cfc25}{2.0}\right) \right) + \color{#a3c837}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\color{#74f66b}{variance}}\right) \right) - \color{#682b61}{1.0}\right) \times \color{#644518}{x}} \right) - \left( Math.max\left( \color{#644518}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) \right) \times \color{#644518}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( Math.log\left( \dfrac{\color{#955578}{1.0}}{\color{#99a976}{rfD}}\right) \right) ,\left( Math.log\left( \dfrac{\color{#3691a6}{dD}}{\color{#99a976}{rfD}}\right) \right) ,\color{#74f66b}{variance}\right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \left( \left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) - Parameter:246\right) \times Math.pow\left( \left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) \right) \right) \right) \times Math.pow\left( Parameter:244,\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) \right) - \left( \left( \left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) - Parameter:246\right) \times Math.pow\left( \left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) \right) \right) \right) \times phi\left( Parameter:244,\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) ,\left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) ,\left( \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) + \left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) \times \left( Integer:392 - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) + Double:358 \times Math.sqrt\left( Parameter:252\right) \right) \times \dfrac{\left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) }{\left( \left( \dfrac{\left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) }{\left( \left( \left( Double:278 - \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) }{Parameter:252} - Double:292\right) ,\left( Double:297\right) \right) + Double:302 \times \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{Parameter:252}\right) \right) - Double:322\right) \times Parameter:246} \right) - \left( Math.max\left( Parameter:246, \dfrac{\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) }{\left( \left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) - \left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) \right) \times Parameter:246}\right) \right) \right) } \right) \right) \right) \right) ,\left( Math.log\left( \dfrac{Double:267}{Parameter:248}\right) \right) ,\left( Math.log\left( \dfrac{Parameter:250}{Parameter:248}\right) \right) ,Parameter:252\right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( \left( \left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) - \color{#000000}{x}\right) \times Math.pow\left( \left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) \right) \right) \right) \times Math.pow\left( \color{#000000}{s},\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) \right) - \left( \left( \left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) - \color{#000000}{x}\right) \times Math.pow\left( \left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( - \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) \right) \right) \right) \times phi\left( \color{#000000}{s},\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) ,\left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) + \left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) \times \left( \color{#000000}{1} - Math.exp\left( \left( - \left( \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) + \color{#000000}{2.0} \times Math.sqrt\left( \color{#000000}{variance}\right) \right) \times \dfrac{\left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) }{\left( \left( \dfrac{\left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) }{\left( \left( \left( \color{#000000}{0.5} - \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) + Math.sqrt\left( Math.pow\left( \left( \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}} - \color{#000000}{0.5}\right) ,\left( \color{#000000}{2.0}\right) \right) + \color{#000000}{2.0} \times \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\color{#000000}{variance}}\right) \right) - \color{#000000}{1.0}\right) \times \color{#000000}{x}} \right) - \left( Math.max\left( \color{#000000}{x}, \dfrac{\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) }{\left( \left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) - \left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) \right) \times \color{#000000}{x}}\right) \right) \right) } \right) \right) \right) \right) ,\left( Math.log\left( \dfrac{\color{#000000}{1.0}}{\color{#000000}{rfD}}\right) \right) ,\left( Math.log\left( \dfrac{\color{#000000}{dD}}{\color{#000000}{rfD}}\right) \right) ,\color{#000000}{variance}\right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ log@LPAREN@@DIV@@NUM@{@LPAREN@Parameter:83 @+@ @LPAREN@ @DIV@@NUM@{valueOf@LPAREN@@LPAREN@ String:72 @RPAREN@@REF@split@LPAREN@String:89@RPAREN@@RPAREN@@REF@Property:143}@DENO@{Integer:103}@/DIV@ @RPAREN@@RPAREN@}@DENO@{@LPAREN@ @LPAREN@ @DIV@@NUM@{valueOf@LPAREN@@LPAREN@ String:72 @RPAREN@@REF@split@LPAREN@String:89@RPAREN@@RPAREN@@REF@Property:143}@DENO@{Integer:103}@/DIV@ @RPAREN@ @+@ Integer:110 @RPAREN@}@/DIV@@RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_131_30##//0_131#@LPAREN@ #//0_115_28##Call:126#log@LPAREN@@DIV@@NUM@{@LPAREN@#Reference:117##//0_83_20#Parameter:83#//0_83_20##Reference:117# @+@ #Reference:118#@LPAREN@ #//0_108_15#@DIV@@NUM@{#Reference:98##//0_97_9##Call:94#valueOf@LPAREN@@LPAREN@ #//5/0_88/0_80_4##//5/0_88/0_80##//5/0_88/0_75_1##//5/0_88/0_72_2#String:72#//5/0_88/0_72_2##//5/0_88/0_75_1##//5/0_88/0_80##//5/0_88/0_80_4# @RPAREN@@REF@#Call:91#split@LPAREN@#//0_89_7#String:89#//0_89_7#@RPAREN@#Call:91#@RPAREN@#Call:94##//0_97_9##Reference:98#@REF@#Reference:141##//0_143_11##//0_143_11#Property:143#//0_143_11##//0_143_11##Reference:141#}@DENO@{#//0_103_14##//0_103_14#Integer:103#//0_103_14##//0_103_14#}@/DIV@#//0_108_15# @RPAREN@#Reference:118#@RPAREN@}@DENO@{#Reference:122#@LPAREN@ #//0_115_19##Reference:109#@LPAREN@ #//0_108_15#@DIV@@NUM@{#Reference:98##//0_97_9##Call:94#valueOf@LPAREN@@LPAREN@ #//5/0_88/0_80_4##//5/0_88/0_80##//5/0_88/0_75_1##//5/0_88/0_72_2#String:72#//5/0_88/0_72_2##//5/0_88/0_75_1##//5/0_88/0_80##//5/0_88/0_80_4# @RPAREN@@REF@#Call:91#split@LPAREN@#//0_89_7#String:89#//0_89_7#@RPAREN@#Call:91#@RPAREN@#Call:94##//0_97_9##Reference:98#@REF@#Reference:141##//0_143_11##//0_143_11#Property:143#//0_143_11##//0_143_11##Reference:141#}@DENO@{#//0_103_14##//0_103_14#Integer:103#//0_103_14##//0_103_14#}@/DIV@#//0_108_15# @RPAREN@#Reference:109# @+@ #//0_110_18#Integer:110#//0_110_18##//0_115_19# @RPAREN@#Reference:122#}@/DIV@@RPAREN@#Call:126##//0_115_28# @RPAREN@#//0_131##//0_131_30#
@@ -0,0 +1 @@
1
+ \left( log\left( \dfrac{\left( \color{#cfd404}{argc} + \left( \dfrac{valueOf\left( \left( \color{#9c35fd}{a,b,c,d,e,f} \right) .split\left( \color{#878023}{,}\right) \right) .\color{#1b77c4}{[0]}}{\color{#35b12d}{2}} \right) \right) }{\left( \left( \dfrac{valueOf\left( \left( \color{#9c35fd}{a,b,c,d,e,f} \right) .split\left( \color{#878023}{,}\right) \right) .\color{#1b77c4}{[0]}}{\color{#35b12d}{2}} \right) + \color{#b2330e}{3} \right) }\right) \right)
@@ -0,0 +1 @@
1
+ \left( log\left( \dfrac{\left( Parameter:83 + \left( \dfrac{valueOf\left( \left( String:72 \right) .split\left( String:89\right) \right) .Property:143}{Integer:103} \right) \right) }{\left( \left( \dfrac{valueOf\left( \left( String:72 \right) .split\left( String:89\right) \right) .Property:143}{Integer:103} \right) + Integer:110 \right) }\right) \right)
@@ -0,0 +1 @@
1
+ \left( log\left( \dfrac{\left( \color{#000000}{argc} + \left( \dfrac{valueOf\left( \left( \color{#000000}{a,b,c,d,e,f} \right) .split\left( \color{#000000}{,}\right) \right) .\color{#000000}{[0]}}{\color{#000000}{2}} \right) \right) }{\left( \left( \dfrac{valueOf\left( \left( \color{#000000}{a,b,c,d,e,f} \right) .split\left( \color{#000000}{,}\right) \right) .\color{#000000}{[0]}}{\color{#000000}{2}} \right) + \color{#000000}{3} \right) }\right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ Parameter:291 @x@ Parameter:284 @x@ @LPAREN@Parameter:287 @x@ TypeRef:374@REF@value@LPAREN@Parameter:284 @x@ @LPAREN@ @DIV@@NUM@{Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:287}@DENO@{Parameter:286}@/DIV@@RPAREN@}@DENO@{Parameter:288}@/DIV@ @+@ Double:350 @x@ Parameter:288 @RPAREN@@RPAREN@ @-@ Parameter:286 @x@ TypeRef:374@REF@value@LPAREN@Parameter:284 @x@ @LPAREN@ @LPAREN@ @DIV@@NUM@{Math@REF@log@LPAREN@@DIV@@NUM@{Parameter:287}@DENO@{Parameter:286}@/DIV@@RPAREN@}@DENO@{Parameter:288}@/DIV@ @+@ Double:350 @x@ Parameter:288 @RPAREN@ @-@ Parameter:288 @RPAREN@@RPAREN@@RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_417_98##//0_421#@LPAREN@ #//0_409_95##Reference:376##//0_291_73#Parameter:291#//0_291_73##Reference:376# @x@ #Reference:377##//0_284_40#Parameter:284#//0_284_40##Reference:377# @x@ @LPAREN@#Reference:378##//0_287_44#Parameter:287#//0_287_44##Reference:378# @x@ #Reference:379##//0_373_72##Construct:369##//0_368_69##TypeReference:368#TypeRef:374#TypeReference:368##//0_368_69##Construct:369##//0_373_72##Reference:379#@REF@#Call:385#value@LPAREN@#Reference:380##//0_284_40#Parameter:284#//0_284_40##Reference:380# @x@ #Reference:381#@LPAREN@ #//0_358_64#@DIV@@NUM@{#Reference:339#Math#Reference:339#@REF@#Call:345#log@LPAREN@@DIV@@NUM@{#Reference:340##//0_287_44##//0_287_44##//0_287_44#Parameter:287#//0_287_44##//0_287_44##//0_287_44##Reference:340#}@DENO@{#Reference:341##//0_286_47##//0_286_47##//0_286_47#Parameter:286#//0_286_47##//0_286_47##//0_286_47##Reference:341#}@/DIV@@RPAREN@#Call:345#}@DENO@{#Reference:347##//0_288_34##//0_288_34#Parameter:288#//0_288_34##//0_288_34##Reference:347#}@/DIV@ @+@ #//0_350_62##//0_350_62#Double:350#//0_350_62##//0_350_62# @x@ #Reference:351##//0_288_34##//0_288_34#Parameter:288#//0_288_34##//0_288_34##Reference:351##//0_358_64# @RPAREN@#Reference:381#@RPAREN@#Call:385# @-@ #Reference:389##//0_286_47##//0_286_47##//0_286_47#Parameter:286#//0_286_47##//0_286_47##//0_286_47##Reference:389# @x@ #Reference:390##//0_373_72##Construct:369##//0_368_69##TypeReference:368#TypeRef:374#TypeReference:368##//0_368_69##Construct:369##//0_373_72##Reference:390#@REF@#Call:396#value@LPAREN@#Reference:391##//0_284_40#Parameter:284#//0_284_40##Reference:391# @x@ #Reference:392#@LPAREN@ #//0_365_68##Reference:359#@LPAREN@ #//0_358_64#@DIV@@NUM@{#Reference:339#Math#Reference:339#@REF@#Call:345#log@LPAREN@@DIV@@NUM@{#Reference:340##//0_287_44##//0_287_44##//0_287_44#Parameter:287#//0_287_44##//0_287_44##//0_287_44##Reference:340#}@DENO@{#Reference:341##//0_286_47##//0_286_47##//0_286_47#Parameter:286#//0_286_47##//0_286_47##//0_286_47##Reference:341#}@/DIV@@RPAREN@#Call:345#}@DENO@{#Reference:347##//0_288_34##//0_288_34##//0_288_34#Parameter:288#//0_288_34##//0_288_34##//0_288_34##Reference:347#}@/DIV@ @+@ #//0_350_62##//0_350_62#Double:350#//0_350_62##//0_350_62# @x@ #Reference:351##//0_288_34##//0_288_34##//0_288_34#Parameter:288#//0_288_34##//0_288_34##//0_288_34##Reference:351##//0_358_64# @RPAREN@#Reference:359# @-@ #Reference:360##//0_288_34#Parameter:288#//0_288_34##Reference:360##//0_365_68# @RPAREN@#Reference:392#@RPAREN@#Call:396#@RPAREN@#//0_409_95# @RPAREN@#//0_421##//0_417_98#
@@ -0,0 +1 @@
1
+ \left( \color{#167091}{discount} \times \color{#a5792f}{optType} \times \left( \color{#3fd522}{spot} \times \color{#60c3be}{CumNorm}.value\left( \color{#a5792f}{optType} \times \left( \dfrac{Math.log\left( \dfrac{\color{#3fd522}{spot}}{\color{#d4f71d}{strike}}\right) }{\color{#df2a3f}{stdDev}} + \color{#9a23e9}{0.5} \times \color{#df2a3f}{stdDev} \right) \right) - \color{#d4f71d}{strike} \times \color{#60c3be}{CumNorm}.value\left( \color{#a5792f}{optType} \times \left( \left( \dfrac{Math.log\left( \dfrac{\color{#3fd522}{spot}}{\color{#d4f71d}{strike}}\right) }{\color{#df2a3f}{stdDev}} + \color{#9a23e9}{0.5} \times \color{#df2a3f}{stdDev} \right) - \color{#df2a3f}{stdDev} \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( Parameter:291 \times Parameter:284 \times \left( Parameter:287 \times TypeRef:374.value\left( Parameter:284 \times \left( \dfrac{Math.log\left( \dfrac{Parameter:287}{Parameter:286}\right) }{Parameter:288} + Double:350 \times Parameter:288 \right) \right) - Parameter:286 \times TypeRef:374.value\left( Parameter:284 \times \left( \left( \dfrac{Math.log\left( \dfrac{Parameter:287}{Parameter:286}\right) }{Parameter:288} + Double:350 \times Parameter:288 \right) - Parameter:288 \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ \left( \color{#000000}{discount} \times \color{#000000}{optType} \times \left( \color{#000000}{spot} \times \color{#000000}{CumNorm}.value\left( \color{#000000}{optType} \times \left( \dfrac{Math.log\left( \dfrac{\color{#000000}{spot}}{\color{#000000}{strike}}\right) }{\color{#000000}{stdDev}} + \color{#000000}{0.5} \times \color{#000000}{stdDev} \right) \right) - \color{#000000}{strike} \times \color{#000000}{CumNorm}.value\left( \color{#000000}{optType} \times \left( \left( \dfrac{Math.log\left( \dfrac{\color{#000000}{spot}}{\color{#000000}{strike}}\right) }{\color{#000000}{stdDev}} + \color{#000000}{0.5} \times \color{#000000}{stdDev} \right) - \color{#000000}{stdDev} \right) \right) \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ Math@REF@max@LPAREN@@LPAREN@ @LPAREN@ @LPAREN@@LPAREN@ Parameter:287 @-@ Parameter:286 @RPAREN@@RPAREN@ @RPAREN@ @x@ Parameter:284 @RPAREN@,Double:307@RPAREN@ @x@ Parameter:291 @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_417_98#@LPAREN@ #//0_315#@LPAREN@ #//0_313_109##Reference:297#Math#Reference:297#@REF@#//0_309_107##Call:309#max@LPAREN@@LPAREN@ #//0_305_106#@LPAREN@ #//0_302_104#@LPAREN@@LPAREN@ #//0_301_103##Reference:298##//0_287_101##Reference:298##//0_287_44#Parameter:287#//0_287_44##Reference:298##//0_287_101##Reference:298# @-@ #Reference:299##//0_286_102##Reference:299##//0_286_47#Parameter:286#//0_286_47##Reference:299##//0_286_102##Reference:299##//0_301_103# @RPAREN@@RPAREN@#//0_302_104# @RPAREN@ @x@ #Reference:303##//0_284_105##Reference:303##//0_284_40#Parameter:284#//0_284_40##Reference:303##//0_284_105##Reference:303##//0_305_106# @RPAREN@,Double:307@RPAREN@#Call:309##//0_309_107# @x@ #Reference:311##//0_291_108##Reference:311##//0_291_73#Parameter:291#//0_291_73##Reference:311##//0_291_108##Reference:311##//0_313_109# @RPAREN@#//0_315# @RPAREN@#//0_417_98#
@@ -0,0 +1 @@
1
+ \left( \left( Math.max\left( \left( \left( \left( \left( \color{#3fd522}{spot} - \color{#d4f71d}{strike} \right) \right) \right) \times \color{#a5792f}{optType} \right) ,\color{#1c58be}{0.0}\right) \times \color{#167091}{discount} \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( Math.max\left( \left( \left( \left( \left( Parameter:287 - Parameter:286 \right) \right) \right) \times Parameter:284 \right) ,Double:307\right) \times Parameter:291 \right) \right)
@@ -0,0 +1 @@
1
+ \left( \left( Math.max\left( \left( \left( \left( \left( \color{#000000}{spot} - \color{#000000}{strike} \right) \right) \right) \times \color{#000000}{optType} \right) ,\color{#000000}{0.0}\right) \times \color{#000000}{discount} \right) \right)
@@ -0,0 +1 @@
1
+ @LPAREN@ @LPAREN@ Parameter:287 @x@ Parameter:291 @RPAREN@ @RPAREN@
@@ -0,0 +1 @@
1
+ #//0_417_98##//0_337##//0_438_51##Reference:443#@LPAREN@ #//0_438_50#@LPAREN@ #//0_330_100##Reference:327##//0_287_45##Reference:327##//0_287_44#Parameter:287#//0_287_44##Reference:327##//0_287_45##Reference:327# @x@ #Reference:328##//0_291_74##Reference:328##//0_291_73#Parameter:291#//0_291_73##Reference:328##//0_291_74##Reference:328##//0_330_100# @RPAREN@#//0_438_50# @RPAREN@#Reference:443##//0_438_51##//0_337##//0_417_98#
@@ -0,0 +1 @@
1
+ \left( \left( \color{#3fd522}{spot} \times \color{#167091}{discount} \right) \right)