mathgenerator/__init__.py,sha256=rlEKlArFVjgdrvo5lXJWPm7cU6fr1KhWKOkm547yDNM,949
mathgenerator/mathgen.py,sha256=KQNC_4lcI4GDOwzuOQhkyxWz9saw1G3bGrbB0CQnqaw,214
mathgenerator/funcs/__init__.py,sha256=YEpbOEmQ7uyq62HxLoJuz5l-CdiGAjtXthW8m5CyvBU,175
mathgenerator/funcs/template.py,sha256=FsyIq4n6kr16RHh2hHvfQAsIgXImDWKrAzhkN-rrwdA,304
mathgenerator/funcs/template_comments.py,sha256=hSqs85nmiwN8p8tZ6KXM1FnMuRrjYlNuDPeH-2_6b3o,1008
mathgenerator/funcs/algebra/__init__.py,sha256=tY0YLg8warhyjZfw6ufGn-QO59MUB67qwwcBzYyj6U8,1015
mathgenerator/funcs/algebra/basic_algebra.py,sha256=H3mAnwYIM9xVArhyvcQfOXi71jBpFPRaI4pRSm4EuZ0,885
mathgenerator/funcs/algebra/combine_like_terms.py,sha256=VgSZaYciEkSTQOeBrw1x365mE1EvZAZ_mVCNryfu_-8,1535
mathgenerator/funcs/algebra/complex_quadratic.py,sha256=R-yqCyqpSzi3VqDe1hQefyzxMq3hmy5P211conZepiA,2056
mathgenerator/funcs/algebra/compound_interest.py,sha256=BA1fevnuamWTdAKBmW5T-hSPOrBpFIFf1U8JxFHBAu4,816
mathgenerator/funcs/algebra/distance_two_points.py,sha256=tqIMh57_UcRoWctThlsVBYZG3GgevPadNCem5NBDk3c,894
mathgenerator/funcs/algebra/expanding.py,sha256=vnmYVg_82W-H-b4BpaKyWhNYNYppOV2PDI9Yf_3DmRg,1455
mathgenerator/funcs/algebra/factoring.py,sha256=KiGONj6phxOSkwwBw6RRXyk1vvGvIvbh-BS3gE6hsAQ,916
mathgenerator/funcs/algebra/int_matrix_22_determinant.py,sha256=TCIoKvuEQlJemklErvrDbKMKV1poOiv3fyAUpmCS02E,737
mathgenerator/funcs/algebra/intersection_of_two_lines.py,sha256=3TGaafujrR1XF_qJSfYxi5WzGtneYDcTUAA0Ctst3FM,2947
mathgenerator/funcs/algebra/invert_matrix.py,sha256=GnStSgI-HXZXBGVGOHNb4Wr0zuVN10osZbE5du1jVDI,3237
mathgenerator/funcs/algebra/linear_equations.py,sha256=karaOKjQUYynVbKQ84uNhwzWwr4ICEcwEKCMux0MFqo,1240
mathgenerator/funcs/algebra/log.py,sha256=CJSUVi13MDEyFP7B0fWZtS3pNCwZtA2WRhKEGcWRa3s,601
mathgenerator/funcs/algebra/matrix_multiplication.py,sha256=5Nn3Su2QY6rSlfVL8HGd24CSStMDiNTsQXzFtRLfnT8,1722
mathgenerator/funcs/algebra/midpoint_of_two_points.py,sha256=4ttaeyW51N_mr6S6GTojyKpgXBbjWO8xNT6SUuGLbOw,680
mathgenerator/funcs/algebra/multiply_complex_numbers.py,sha256=k9qjUf2IM5J4BmGZlx1jek4BY2ajw8FLMWoL6h8nBSs,887
mathgenerator/funcs/algebra/multiply_int_to_22_matrix.py,sha256=s89ljQ1vs_5j2ljmxRn5LZP1Dep7i25CyR82fBTcLCU,1240
mathgenerator/funcs/algebra/quadratic_equation.py,sha256=LfECLD-7g_GEGxD44G5TsTozltZBq5Qa_Yq6ppi8WYk,787
mathgenerator/funcs/algebra/simple_interest.py,sha256=pFQjAoymbfhJNjZliGZ9kIJswSapiL8F6A7gKR-Mze0,864
mathgenerator/funcs/algebra/system_of_equations.py,sha256=TEna8wzDnvHY3UkvOvC62tPU52lPeluCw84DysL9eyk,2338
mathgenerator/funcs/algebra/vector_cross.py,sha256=xdsqVUo58rGexpQSj1kY9IDmzvhG0GSnZaryUglczjI,692
mathgenerator/funcs/algebra/vector_dot.py,sha256=XE-lPqdO4FcCdR49DaPpigqm73LrS4tKhMRl3kDvrKI,622
mathgenerator/funcs/basic_math/__init__.py,sha256=ZEkSCUE5j9nNDYvt2KC1YgotZguQxc9sUB43EJSlHAI,893
mathgenerator/funcs/basic_math/absolute_difference.py,sha256=MhJprXWMmE8ygxtWfDGIF6DRqtDZTENoRNGUTlIBhV0,587
mathgenerator/funcs/basic_math/addition.py,sha256=GQifXd2MhDF0DF7nIyfyFYBSCx0aEdBv5Oo-2xH011U,782
mathgenerator/funcs/basic_math/compare_fractions.py,sha256=6Gxzf-xTw5qLonYsFblDGwOyiq3A2HaZMTpLulN5pVk,1013
mathgenerator/funcs/basic_math/cube_root.py,sha256=fkF6IHRcHLml71JkDkha2bzhIWM9NTBWTV5ScrrPqwU,499
mathgenerator/funcs/basic_math/divide_fractions.py,sha256=tS5C25szriM72uMvwK0V83FQxsuO88ivIrK6mlSEnWs,1325
mathgenerator/funcs/basic_math/division.py,sha256=mWDOLOPHFI-vy7zqjxlfpkUYnycAfx8fPJQZNZrUsUk,616
mathgenerator/funcs/basic_math/exponentiation.py,sha256=xVRS8LJ6H5KxKxAdjnaiYzgfBPy7X65Tnr1dbpr4gI8,531
mathgenerator/funcs/basic_math/factorial.py,sha256=hNpA3Cux2v-iRoAFkCAG2B_VihsPvZY47lfk8Exah40,434
mathgenerator/funcs/basic_math/fraction_multiplication.py,sha256=UgfxJE78YpZtMieVROG3OdxkfWUdipNXaMnb6BjK2Zw,1178
mathgenerator/funcs/basic_math/fraction_to_decimal.py,sha256=9uPQ7RXB-7cmdZM85brd9baId6sfnodSgMXbmzkt9lc,589
mathgenerator/funcs/basic_math/greatest_common_divisor.py,sha256=rmbNxxTlN3G9G51SO6tpMHzeezOQasGOZ6x05V6xXPU,1197
mathgenerator/funcs/basic_math/is_composite.py,sha256=O-unWxPDxQZRYSplOwLSR4immJkghJ4GHKJxNSHshKM,619
mathgenerator/funcs/basic_math/is_prime.py,sha256=mUU8o7FKYtM0hhvL7WA9yOYg2wb2xMqvywqtNRzSA68,688
mathgenerator/funcs/basic_math/multiplication.py,sha256=4NOtjsx6CnvOVK1iTDBmvtJf1EtUicc6ShtEHHM2cds,582
mathgenerator/funcs/basic_math/percentage.py,sha256=nfIeIdHtVgKCSIF7TYOijZS7_kIFkfK3-2PdBTszJRM,638
mathgenerator/funcs/basic_math/percentage_difference.py,sha256=_FYsazoXI2hd6lKvNB7JScCWmWUYjEVtnNlrqPdARnI,742
mathgenerator/funcs/basic_math/percentage_error.py,sha256=_KvF7fKRKhfr9c4-tacUrhVgPS0VpE0Zo8yC7Db4O1s,853
mathgenerator/funcs/basic_math/power_of_powers.py,sha256=bRgFBU11lDYMBEyG9D8WeEPwxfr9bKoVpi2c71krgJ4,815
mathgenerator/funcs/basic_math/square.py,sha256=-N9Rrz0Sr_l_kwATuJSB6uAwbjRSOR25QFaeBj56mX8,519
mathgenerator/funcs/basic_math/square_root.py,sha256=AxAKjviHCFORy-GOMnZmbYWWDIFz_wsKLkkZC-pi9rU,566
mathgenerator/funcs/basic_math/subtraction.py,sha256=9wPlMRXCVCysdNPtH6NrouKMA4K0Nz_LX82j1pDvcNU,549
mathgenerator/funcs/calculus/__init__.py,sha256=YbjCZVnFXOqk48CCHglR5MZvr3Xsbo8DmdXdbsP-AvA,269
mathgenerator/funcs/calculus/definite_integral.py,sha256=n-F40VpHtUkzt7N1qbl-mxbtDVo5mBKn4cBYoDIg_jM,864
mathgenerator/funcs/calculus/differentiation.py,sha256=SDeYN8GbdcaC7jji0QVy1kejY_gIPVfcuXFBvey9GHA,1880
mathgenerator/funcs/calculus/power_rule_differentiation.py,sha256=b3TQqhHqTGwhIqaUC-MInRCybFp0LpN4otIJXl7-vIw,873
mathgenerator/funcs/calculus/power_rule_integration.py,sha256=wMemlnN5i6oCt4118dWfZEXvB1iESAeGsZugLitn5kY,983
mathgenerator/funcs/calculus/stationary_points.py,sha256=TY_gs5XU19LooOIHn6lZgyyZv9NolPRE6l7j5gYBybk,923
mathgenerator/funcs/computer_science/__init__.py,sha256=4nc-7Ys2GFBrGJ_x4i3fE894eA32xrmJ6ZBcRuisIK0,582
mathgenerator/funcs/computer_science/bcd_to_decimal.py,sha256=_rc_ed7EF5qXsTn_kixbKj27tf1LbpBxNROYK4bW45s,823
mathgenerator/funcs/computer_science/binary_2s_complement.py,sha256=FbcgZ_Z-5oGB3b6rv5WWnDDbFdriJJ7qqOyAQ5GSzlQ,997
mathgenerator/funcs/computer_science/binary_complement_1s.py,sha256=hsT1fasmuAcEj5TIys3XpBYVX3seMcsuJtZkhtcgfmA,611
mathgenerator/funcs/computer_science/binary_to_decimal.py,sha256=CifNRbGJSyyk1V8DwmManoC0Zpl93cXeVAOBFtrtIGs,539
mathgenerator/funcs/computer_science/binary_to_hex.py,sha256=Uyy41uRdgV5oZQnj1EV1Gyu0lh1rWuWTxJIA1i8EDdQ,539
mathgenerator/funcs/computer_science/decimal_to_bcd.py,sha256=zDS27Gj4cGegVP7vhreqNoxZTSf_PmUCEq1egfIVRH0,675
mathgenerator/funcs/computer_science/decimal_to_binary.py,sha256=4tZsKAP8KzUaDwQ_UG-s12xucdBNYOyPPgplCPSHyIg,505
mathgenerator/funcs/computer_science/decimal_to_hexadeci.py,sha256=jzSGjiOGNQt5jSa6Y19iFuggfrcdte1PMG2S7qzO3us,500
mathgenerator/funcs/computer_science/decimal_to_octal.py,sha256=6uEhRWK0c7Us9OqgJ1iMUigVDhTcgOuBuQzXGhjDJhk,505
mathgenerator/funcs/computer_science/fibonacci_series.py,sha256=MkPNVz33HKpxxz9gEJ6zH3S_5pWFC2iaCbzx-EkBDNw,761
mathgenerator/funcs/computer_science/modulo_division.py,sha256=Ov_dhTkMCDIVLWT6SL_FDAj1XZT5WvOEW2ab-YqiR2c,574
mathgenerator/funcs/computer_science/nth_fibonacci_number.py,sha256=rUIO7VqzGUlzqsFfS5eopmOMKgQKKICuYMQTpWi7es4,578
mathgenerator/funcs/geometry/__init__.py,sha256=3ZHbuhRYeR6YwC0DZS3aap_EGH155ZsXJQP7GGpuqwE,1677
mathgenerator/funcs/geometry/angle_btw_vectors.py,sha256=AjO3WuE0bhhKOkU0ymqgoz33Qv0nraKqM_RQ0O7kKgo,1110
mathgenerator/funcs/geometry/angle_regular_polygon.py,sha256=UWvLZJZxhj9_9RYA0rPwxblw6vrp5eeZwLuVR2Cg-w4,645
mathgenerator/funcs/geometry/arc_length.py,sha256=WwttFMML6N2zS2jBkTS4YjRwYyVL8ZSimYn4A1z0QKA,786
mathgenerator/funcs/geometry/area_of_circle.py,sha256=J5ieHoU7P33xcNjc41yA1XVRBNGYrqxi_g6zKC7gDwA,509
mathgenerator/funcs/geometry/area_of_circle_given_center_and_point.py,sha256=VP8fdQYxSzK2CSphLKs7VeEe65HiM8_OOun6IvpZxXg,1066
mathgenerator/funcs/geometry/area_of_triangle.py,sha256=5ptBa_oWUojHhoSZMnkpdJe6tccBE4yo_6bUhqRPGa8,731
mathgenerator/funcs/geometry/basic_trigonometry.py,sha256=uW1zOZGBXjWhIXKEVeiPG_nXdGNQGH7sCGbfllmp6yc,1060
mathgenerator/funcs/geometry/circumference.py,sha256=jen-c_DHCbmEqYRPhRCiyZ3KlY_BHCVtixnwLL-g4aU,538
mathgenerator/funcs/geometry/curved_surface_area_cylinder.py,sha256=7YLjtZ8r8dAKPCrl44dkNtKE-HFn6dqozco5gz-yRNQ,830
mathgenerator/funcs/geometry/degree_to_rad.py,sha256=f3F3AVJrm5OJs-ze4A-Xj680iRaE_FAt2NuwjQWrzeM,534
mathgenerator/funcs/geometry/equation_of_line_from_two_points.py,sha256=de42R20claqYxY6O9RbdlvCUqX_sFkJXKTd2DHl6Ucs,2232
mathgenerator/funcs/geometry/fourth_angle_of_quadrilateral.py,sha256=Pv6LkxF03Xaki27ZjKmt6OETwp_fIfRm1Hwn6SdKiIM,792
mathgenerator/funcs/geometry/perimeter_of_polygons.py,sha256=VydAFcQLugfy_paHxMNN7aKPsMA2YJ4whiuXQmRcvNA,821
mathgenerator/funcs/geometry/pythagorean_theorem.py,sha256=Wl_boEiMiJhYenbMGsj9HdYF74so1bMGXRuAYxpyiwY,647
mathgenerator/funcs/geometry/radian_to_deg.py,sha256=qWNWLROrXVSuNoSLK4_ZjjTmndMJ3J2fU-Fl62p_Opo,601
mathgenerator/funcs/geometry/sector_area.py,sha256=SqihmF5Nl3u6wrLUbyXChriJD1YTmZfaDIMYp8zO5tk,720
mathgenerator/funcs/geometry/sum_of_polygon_angles.py,sha256=pelk_iK1XWpdqUajNUjevk8RuLp5ZWnRkYwc2FnHyus,534
mathgenerator/funcs/geometry/surface_area_cone.py,sha256=Kt5T2woCrmsA3XGN1hL5YigkHpApD9Cbo3pTjaQ9cIQ,750
mathgenerator/funcs/geometry/surface_area_cube.py,sha256=jUwepYELl_yYLvGdbGTSLwYBG6b_61gds_12x81E2X4,552
mathgenerator/funcs/geometry/surface_area_cuboid.py,sha256=5dlscHrw2hPuLEDCtp-dA2F_ub2oMSc0AorfalD4s3A,677
mathgenerator/funcs/geometry/surface_area_cylinder.py,sha256=k0smBzs7hDtRoUeqREPBxJJ0xfpJUgBOj_WIo2iFHuU,752
mathgenerator/funcs/geometry/surface_area_pyramid.py,sha256=wbcZjeuPJqchOYm2os08RqnlCR7hQefT31t_n2rvH3I,1491
mathgenerator/funcs/geometry/surface_area_sphere.py,sha256=qT8RCYr2ZIVWRr1JY-r10HPh4tlYNBDYUFlHZfLmS5M,584
mathgenerator/funcs/geometry/third_angle_of_triangle.py,sha256=iLneReaN-pI1l0L_P33dMImVDXWvcpuDJ3b-piEhe6I,597
mathgenerator/funcs/geometry/valid_triangle.py,sha256=-mUVEQhlhH8hnQTjRk8Gra3sK1-hlC0R7_z_kr1GtQU,905
mathgenerator/funcs/geometry/volume_cone.py,sha256=yRb762sWhKtdIOBGORfszhAs2gfTwBhquKhOhpn4IVQ,666
mathgenerator/funcs/geometry/volume_cube.py,sha256=c4SD9a2zIbkL2uQY2e4mmVo5q44Jryni2Uhnb5ktJmA,523
mathgenerator/funcs/geometry/volume_cuboid.py,sha256=5iUJRWSSDvilmwqkZorH42nX_4E6ikfq4sKSYv41bHk,635
mathgenerator/funcs/geometry/volume_cylinder.py,sha256=APdzVKv0kIcPk2TadvsrlPE3oNCP5IgATxKx_BGSwi4,672
mathgenerator/funcs/geometry/volume_frustum.py,sha256=LxomgODXgHI5o4ggT0zU6_h-8ggOT7R59sdOV9rAkqU,768
mathgenerator/funcs/geometry/volume_hemisphere.py,sha256=ehmUWS6DhdqUa_YcKO23wQl1xXHNR0hRq4pEUBwWAYc,582
mathgenerator/funcs/geometry/volume_pyramid.py,sha256=zXDJQ0mo45lbsIhwbiuLkpBlHASGMw6HzygcXng_X8Y,804
mathgenerator/funcs/geometry/volume_sphere.py,sha256=1dfjAr7ZFl7VF2Mr1XRifc2EyLavW2nVPGDQRtsEWuY,534
mathgenerator/funcs/misc/__init__.py,sha256=q2j3KDPzJpUsfgWktqr2Z7nq_ZFteBaBtwSFzpFT85w,1256
mathgenerator/funcs/misc/arithmetic_progression_sum.py,sha256=OSFKKG8t-N_MktuJVXFHUUnOM5WOv-RnoI_inasrado,896
mathgenerator/funcs/misc/arithmetic_progression_term.py,sha256=JoVZn4Yw6tOsRlZb8wA7OGCEgVKrKxVu1GiA9WBtcLE,863
mathgenerator/funcs/misc/base_conversion.py,sha256=t6Qs5uIskb0JmQT8uYOsJ5qFkhYvR6cudBHMuJbeWBU,1926
mathgenerator/funcs/misc/binomial_distribution.py,sha256=Oju71A6q8mq1f9GF6fBa9eCToZzmaHxwusR5kmbq0bM,1429
mathgenerator/funcs/misc/celsius_to_fahrenheit.py,sha256=zCfiOZHTMx-XIG2KfjNPyGTwynWNpa1qCKzL0Nw0KdE,611
mathgenerator/funcs/misc/common_factors.py,sha256=kbFRlHlUozXGv5cb7M7X5eD5ypU5at2qtVM4mnlM1nw,747
mathgenerator/funcs/misc/complex_to_polar.py,sha256=LT6K-gus7M1Q-n__j5D2D557iIcmdf5_eiOb2fDEprk,768
mathgenerator/funcs/misc/decimal_to_roman_numerals.py,sha256=N_Lp8KFipGvS9O_QbtFvhr0UiSFjzu-PyDjnulPkge4,1283
mathgenerator/funcs/misc/euclidian_norm.py,sha256=ed4D60N73Db0C5A3OpjI4ny0lTgCa3P4j3xrvd3lQJY,615
mathgenerator/funcs/misc/factors.py,sha256=yzy223Xh7A_RWAD92qDKemt3mjLIZHQNPNc5t-5DYaM,735
mathgenerator/funcs/misc/gcd.py,sha256=Pua7a2hx8tVHfNc26Vo2YX3HQILN6CVQgyRe7UA8i-Y,539
mathgenerator/funcs/misc/geometric_mean.py,sha256=aVHsNFO_pCe6_0DDVeKbOnAnMwmS8WN1xVjhP9Q9Oc8,1046
mathgenerator/funcs/misc/geometric_progression.py,sha256=mnhrE_j7ITlsdDxUqj11F5NM00jU_WNo5sxWBPhk10w,1390
mathgenerator/funcs/misc/harmonic_mean.py,sha256=QtuRQ112HDb17lR4O3OEU8hyIDG6J12-_x4aOwKa2f8,1113
mathgenerator/funcs/misc/hcf.py,sha256=OKf5YUm3tnu-uthY11aVTtuaz2ienoDjwtnMdZaVGRU,519
mathgenerator/funcs/misc/is_leap_year.py,sha256=VhtQInB2rSnvol37agYqmNlCZdZaUPcbNhkBC9zSk5Q,827
mathgenerator/funcs/misc/lcm.py,sha256=e6S2XOj7UxA-Xzza9g2lcgCRDgY0chCs4OZ2E3ymUUQ,545
mathgenerator/funcs/misc/minutes_to_hours.py,sha256=5vTqWEiEBIc8axZo2AmXHlYc_88zzxymYgzoUvyzEYc,637
mathgenerator/funcs/misc/prime_factors.py,sha256=Og1pjd5jJwja_D6WlPz6LVjwGe9uXQyfel5rhbCeCSA,702
mathgenerator/funcs/misc/product_of_scientific_notations.py,sha256=A3Jn2ftit_7_AF_a2mX3bp1gwQnu3-b86EtOBXEvk_A,909
mathgenerator/funcs/misc/profit_loss_percent.py,sha256=_zaySwDkbGAjeZIEBcHO-JuWtGSZ94bU9848f08iTXk,751
mathgenerator/funcs/misc/quotient_of_power_same_base.py,sha256=sPN2nPWgHlqoF2wo6RL80LNDK1VXJDBjjMhTNmzZIyc,810
mathgenerator/funcs/misc/quotient_of_power_same_power.py,sha256=VDaDYeXmC6Y2Ab722zF_ISujf_RqP_nWqV8rac-7-v4,810
mathgenerator/funcs/misc/set_operation.py,sha256=hg3uaRrTLCWWk4mxp2J3N5C6GUNWrgQSKRHTROdLuCA,1091
mathgenerator/funcs/misc/signum_function.py,sha256=XtOusv5G5kDH2v98sQ8JFGbUpQlT8kythVODGxGxSfU,556
mathgenerator/funcs/misc/surds_comparison.py,sha256=DzdWsbCl3TcwAuhfsbOS53MlQwG_SRtCfVX_Qz8oVOo,878
mathgenerator/funcs/statistics/__init__.py,sha256=obiSbCKaNfX2BGfzM2uPM_xjhele3yqpwxxEBcZUNf4,321
mathgenerator/funcs/statistics/combinations.py,sha256=G2-pFApHX4Ur-TfHU-OE1R3PhN2PaGzscuY9VPpc3Aw,722
mathgenerator/funcs/statistics/conditional_probability.py,sha256=EY97sYf9_9-6pwVHbbaGqg8LSp014dzNF_0SbQwC8JE,1447
mathgenerator/funcs/statistics/confidence_interval.py,sha256=Ew638dpg9YwXKz1Vg75fGJgU0GFB7qd8ob5pqWOJXFA,1067
mathgenerator/funcs/statistics/data_summary.py,sha256=jWDHmJn5n2BvflOazxmsn4dwx3Gbvh9r_OPBNzbRiPs,1073
mathgenerator/funcs/statistics/dice_sum_probability.py,sha256=C5NdMuz8r9jL9xXDnTAWsL_oaRKs2Sfxm3g3hL9VCH8,1043
mathgenerator/funcs/statistics/mean_median.py,sha256=lhjDzSfvCF9zvg2jyRyCkamZ9PkLYUCjZ2jm6mGHvXU,774
mathgenerator/funcs/statistics/permutation.py,sha256=1v7sxQgKeBs-hIs93GbhKrbTVNUq4YtnWP7Yn-ZZ5Hc,589
mathgenerator-1.3.0.dist-info/LICENSE,sha256=4gC5M2vterAi_QDIpurAWrtUZEG2oQjRTIk3-sexns4,1068
mathgenerator-1.3.0.dist-info/METADATA,sha256=VxwUKjfl3VyD05xQBJ_tKi70JtJGB2zOrnfYvQBsiyc,303
mathgenerator-1.3.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
mathgenerator-1.3.0.dist-info/top_level.txt,sha256=mdRz3TYiHuyHWyvJfpYjli96TTBfnluMYNpAlHvvpJI,14
mathgenerator-1.3.0.dist-info/RECORD,,
