OSDN Git Service

refactoring decimal method
[mint/mint-lib.git] / spec /
2010-04-18 Tomohiro Nishimuraimproved problem that was generated by fractional_arit...
2010-04-18 Tomohiro Nishimurafix fraction with minus numerator 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 root does not constract bug in solver
2010-03-27 Tomohiro Nishimurafix fration with parenthesis bug
2010-03-26 Tomohiro Nishimuraadd spec for parser bug
2010-03-26 Tomohiro Nishimuraadd spec for parser bug (has not solved yet)
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 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-23 Tomohiro Nishimurafix coefficient in square_root_arithmetic
2010-03-21 Tomohiro Nishimurarefactored square_root_arithmetic generator
2010-03-21 Tomohiro Nishimuramove parenthesis into create_complex_number
2010-03-18 Tomohiro Nishimurafix quadratic_equation generator
2010-03-18 Tomohiro Nishimuraadd spec for quadratic_equation generator
2010-03-18 Tomohiro Nishimuraquadratic_equation generator has p_minus option now
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 Nishimurafix spec a bit for factorization generator
2010-03-16 Tomohiro Nishimurarefacored partial_fraction_expansion generator
2010-03-12 Tomohiro Nishimurarefactored spec for high_order_expression_base
2010-03-12 Tomohiro Nishimurarefactored spec for fractional_expression_arithmetic...
2010-03-12 Tomohiro Nishimurarefactored spec for complex_fractional_arithmetic generator
2010-03-12 Tomohiro Nishimurarefactored spec for square_root_arithmetic generator
2010-03-12 Tomohiro Nishimurarefactored spec for complex_number_arithmetic generator
2010-03-12 Tomohiro Nishimurafix shared examples for arithmetic
2010-03-12 Tomohiro Nishimurarefactored spec for decimal_arithmetic generator
2010-03-12 Tomohiro Nishimurarefactored spec for ordinary_arithmetic generator
2010-03-12 Tomohiro Nishimurarefacotred spec for arithmetic_base generator
2010-03-12 Tomohiro Nishimurarefactored generator base spec
2010-03-12 Tomohiro Nishimurarefactored spec
2010-03-11 Tomohiro Nishimurafix minor bug in quadratic_equation generator
2010-03-11 Tomohiro Nishimurafix test for factorization generator
2010-03-11 Tomohiro Nishimurafix test for expansion generator
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 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 NishimuraMerge branch 'master' of git.sourceforge.jp:/gitroot...
2010-03-08 Tomohiro Nishimuraremove do_with method from generator base class
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 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-04 Tomohiro Nishimuravalidation fource exit condition was changed
2010-03-03 Tomohiro Nishimuraremove useless functionality in generator base
2010-03-01 Tomohiro Nishimuraadd high_order_expression_base_spec
2010-02-27 Tomohiro Nishimuraadd more spec and fix bug for 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-26 Tomohiro Nishimuraremove hard tabs
2010-02-26 Tomohiro Nishimura%pi %e %i shows nice
2010-02-26 Tomohiro Nishimurafix - with parenthesis
2010-02-26 Tomohiro NishimuraMerge branch 'master' of git.sourceforge.jp:/gitroot...
2010-02-26 Tomohiro Nishimuramaxima: algebraic flag is on
2010-02-26 Tomohiro Nishimurafix == to use maxima
2010-02-26 Tomohiro Nishimurafix == to use maxima
2010-02-26 Tomohiro Nishimuraremove Parenthesis module
2010-02-26 Tomohiro Nishimuraadd test as object of this branch
2010-02-25 Tomohiro Nishimurafix root with minus bug
2010-02-25 Tomohiro Nishimuraspec is refactored a bit
2010-02-24 Tomohiro Nishimuraadd complex_fractional_arithmetic solver
2010-02-24 Tomohiro Nishimuraadd complex_fractional_arithmetic
2010-02-24 Tomohiro Nishimuraeach instance can add validation pattern
2010-02-24 Tomohiro Nishimuraeach instance has generator validations
2010-02-23 okimotoadd solver (linear function graph)
2010-02-22 okimotoadd linear function graph spec
2010-02-22 Tomohiro Nishimuraadd validation to generator
2010-02-22 Tomohiro Nishimuraadd complex_number_arithmetic solver
2010-02-22 Tomohiro Nishimurachange specific maxima solver
2010-02-22 Tomohiro Nishimurafix complex_number_arithmetic_spec
2010-02-22 Tomohiro Nishimuracomplex_number_arithmetic uses conjugate complex
2010-02-22 Tomohiro Nishimuraadd last_{operand, operator} to arithmetic_base
2010-02-21 Tomohiro Nishimurafix typo
2010-02-21 Tomohiro Nishimuraadd complex_number_arithmetic generator
2010-02-21 Tomohiro Nishimuraadd square_root_arithmetic solver
2010-02-21 Tomohiro Nishimurasquare_root_arithmetic supports power term
next