OSDN Git Service

refactoring decimal method
[mint/mint-lib.git] / lib /
2010-05-10 Tomohiro Nishimurarefactoring decimal method master
2010-05-10 Tomohiro Nishimurafix zero-division bug in decimal_arithmetic
2010-04-18 Tomohiro Nishimuraimproved problem that was generated by fractional_arit...
2010-04-18 Tomohiro Nishimurafix fraction with minus numerator bug
2010-04-16 Tomohiro Nishimuraimproved fractional_arithmetic generator
2010-04-16 Tomohiro Nishimurarefactored
2010-04-15 Tomohiro Nishimurafix fraction with parenthesis bug
2010-04-15 Tomohiro Nishimurafix is_lowest_term? method for irreducible fractions
2010-04-15 Tomohiro Nishimurasquare_root_arithmetic generates more solvable problems
2010-04-14 Tomohiro Nishimuraadd factorize to Integer class
2010-04-14 Tomohiro Nishimuraadd use_coefficient option to factorization generator
2010-04-14 Tomohiro Nishimurafix some documents
2010-04-14 Tomohiro Nishimurafix root does not constract bug in solver
2010-04-02 Tomohiro Nishimurafix generation documentation
2010-03-27 Tomohiro Nishimuraremove debug code
2010-03-27 Tomohiro Nishimurafix fration with parenthesis bug
2010-03-26 Tomohiro Nishimurarefactored parser
2010-03-26 Tomohiro Nishimurafix parser a littele
2010-03-26 Tomohiro Nishimurafix parser bug when parse parenthesis with minus
2010-03-26 Tomohiro Nishimurafix complex_number_arithmetic with 0 bug
2010-03-26 Tomohiro Nishimurafix zero division problem in ordinary_arithmetic generator
2010-03-26 Tomohiro Nishimuraremove prime? method from generator utilities
2010-03-25 Tomohiro Nishimuraadd forgotten options to square_root_arithmetic generator
2010-03-25 Tomohiro Nishimurasquare_root_arithmetic generator creates root number...
2010-03-24 Tomohiro Nishimurasuport (\d + sqrt(\d)) style square_root_arithmetic
2010-03-24 Tomohiro Nishimurasquare_root_arithmetic generator spec is now all green
2010-03-24 Tomohiro Nishimurachange default options for square_root_arithmetic generator
2010-03-23 Tomohiro Nishimurafix coefficient in square_root_arithmetic
2010-03-23 Tomohiro Nishimurarefactored linear_function_graph generator
2010-03-21 Tomohiro Nishimurarefactored square_root_arithmetic generator
2010-03-21 Tomohiro Nishimurarefactored complex_number_arithmetic generator
2010-03-21 Tomohiro Nishimuramove parenthesis into create_complex_number
2010-03-21 Tomohiro Nishimuraremove unuse require
2010-03-19 Tomohiro Nishimuraadd forgotten call of naked mathod in expression tree
2010-03-18 Tomohiro Nishimurafix document for quadratic_equation generator
2010-03-18 Tomohiro Nishimurafix quadratic_equation generator
2010-03-18 Tomohiro Nishimuraadd coefficient option to expansion generator
2010-03-18 Tomohiro Nishimurafix document for using coefficient generator
2010-03-18 Tomohiro Nishimurafix multiple operator representation
2010-03-18 Tomohiro Nishimuradelete debug coe
2010-03-18 Tomohiro Nishimuraquadratic_equation generator has p_minus option now
2010-03-18 Tomohiro Nishimurafix document for ordinary arithmetic generator
2010-03-18 Tomohiro Nishimurafix document for generator and add rake task
2010-03-18 Tomohiro Nishimurafix multiple operator representation
2010-03-17 Tomohiro Nishimuraadd NullExpression
2010-03-17 Tomohiro Nishimurafix expression with minus bug
2010-03-17 Tomohiro Nishimurafractional_arithmetic problem is in lowest term now.
2010-03-17 Tomohiro Nishimurafix minus bug in expression_tree
2010-03-17 Tomohiro Nishimurafix minus with parenthesis bug
2010-03-16 Tomohiro Nishimurafix expansion generator
2010-03-16 Tomohiro Nishimurafix generator option bug
2010-03-16 Tomohiro Nishimurarefacored partial_fraction_expansion generator
2010-03-13 Tomohiro Nishimurafix document for expansion generator
2010-03-13 Tomohiro Nishimurafix document for quadratic_equation generator
2010-03-12 Tomohiro Nishimurarefactored spec for fractional_expression_arithmetic...
2010-03-12 Tomohiro Nishimurarefactored spec for complex_fractional_arithmetic generator
2010-03-11 Tomohiro Nishimuraremove useless error class
2010-03-11 Tomohiro Nishimurafix generator document
2010-03-11 Tomohiro Nishimurafix minor bug in quadratic_equation generator
2010-03-11 Tomohiro Nishimuraadd :nodoc: for RDoc
2010-03-11 Tomohiro Nishimuraadd test and document for quadratic_equation generator
2010-03-11 Tomohiro Nishimuraadd min option for params in quadratic_equation generator
2010-03-11 Tomohiro Nishimurause auto-generated square numbers
2010-03-11 Tomohiro Nishimurause Prime.prime? in quadratic_equation generator
2010-03-11 Tomohiro Nishimuraadd Prime.prime? to generator utilities
2010-03-11 Tomohiro Nishimurause create_integer block in quadratic_equation generator
2010-03-10 Tomohiro Nishimuracreate_integer becomes to be accepted block.
2010-03-10 Tomohiro Nishimurause create_integer in quadratic_equation generator
2010-03-10 Tomohiro Nishimuraadd test for quadratic_equation generator
2010-03-08 Tomohiro Nishimuraadd sort trick for expansion generator
2010-03-08 Tomohiro Nishimurafix common_utils bug
2010-03-08 Tomohiro Nishimuraadd some document and fix a bit in generator base
2010-03-08 Tomohiro NishimuraMerge branch 'master' of git.sourceforge.jp:/gitroot...
2010-03-08 Tomohiro Nishimuraremove do_with method from generator base class
2010-03-08 Tomohiro Nishimuramove term_number into bsae class
2010-03-08 Tomohiro Nishimuramove term_number into bsae class
2010-03-08 Tomohiro Nishimurarefacotored square_root_arithmetic generator
2010-03-08 Tomohiro Nishimurarefactored complex_number_arithmetic generator
2010-03-08 Tomohiro Nishimuramove generate_problem into base class
2010-03-08 Tomohiro Nishimuraremove arithmetic solver base
2010-03-08 Tomohiro Nishimurause expression instead of do_generae in generator
2010-03-08 Tomohiro Nishimuraadd setup and teardown to generator base
2010-03-08 Tomohiro Nishimurachange option system for generators
2010-03-08 Tomohiro Nishimurarefactored a bit
2010-03-08 Tomohiro Nishimurapartial fraction generator supports multiple variable
2010-03-08 Tomohiro Nishimuraexpansion generator supports multiple variable
2010-03-05 Tomohiro Nishimurawrote spec and refactored generator utilities
2010-03-05 Tomohiro Nishimuraadd multiple variable support for factorization
2010-03-05 Tomohiro Nishimura_term_number_{min,max} is now _term_{min,max}
2010-03-05 Tomohiro Nishimurafix generator document
2010-03-04 Tomohiro Nishimuravalidation fource exit condition was changed
2010-03-03 Tomohiro Nishimuraremove useless functionality in generator base
2010-02-27 Tomohiro Nishimuraadd more spec and fix bug for quadratic_equation generator
2010-02-27 Tomohiro Nishimurarefactored quadratic_equation generator
2010-02-27 Tomohiro Nishimuraadd quadratic_equation generator (need more spec)
2010-02-27 Tomohiro Nishimuraadd quadratic_equation solver
2010-02-27 Tomohiro Nishimuraadd error message for maxima solver
2010-02-27 Tomohiro Nishimurafix parser to support format 2sqrt(2)i
2010-02-26 Tomohiro Nishimuraremove hard tabs
2010-02-26 Tomohiro Nishimura%pi %e %i shows nice
next