OSDN Git Service

add :nodoc: for RDoc
[mint/mint-lib.git] / lib /
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
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 useless parenthesis automatically
2010-02-26 Tomohiro Nishimuraremove inverse argument
2010-02-26 Tomohiro Nishimurause minus parameter only
2010-02-26 Tomohiro Nishimuraadd inverse flag to show expression
2010-02-26 Tomohiro Nishimurarefactored expression tree
2010-02-26 Tomohiro Nishimuraremove Parenthesis module
2010-02-26 Tomohiro Nishimuraremove Minus module
2010-02-26 Tomohiro Nishimurafix validation
2010-02-25 Tomohiro Nishimurafix root with minus bug
2010-02-24 Tomohiro Nishimuraadd complex_fractional_arithmetic solver
2010-02-24 Tomohiro Nishimuraadd complex_fractional_arithmetic
2010-02-24 Tomohiro Nishimuraadd some validations for ganerator
2010-02-24 Tomohiro Nishimurarefactored generator base
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 okimotofix typo
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 Nishimuracomplex_number_arithmetic uses conjugate complex
2010-02-22 Tomohiro Nishimuraadd last_{operand, operator} to arithmetic_base
2010-02-21 Tomohiro Nishimuraadd complex_number_arithmetic generator
2010-02-21 Tomohiro Nishimurafix document for square_root_arithmetic
2010-02-21 Tomohiro Nishimuraadd square_root_arithmetic solver
2010-02-21 Tomohiro Nishimurasquare_root_arithmetic supports power term
2010-02-21 Tomohiro Nishimurasquare_root_arithmetic uses + and -.
2010-02-21 Tomohiro Nishimurafix document
2010-02-21 Tomohiro Nishimurafix typo
2010-02-21 Tomohiro Nishimuraadd square_root_arithmetic generator
2010-02-21 Tomohiro Nishimurafix common_utils a bit and fix typo
2010-02-21 Tomohiro Nishimurawrite spec for arithmetic_base
2010-02-21 Tomohiro Nishimurachange error message.
2010-02-19 Tomohiro Nishimurafix around to_ascii_math_ml
2010-02-19 Tomohiro Nishimurafractional_arithmetic adds parenthesis to numerator
2010-02-19 okimotoadd linear_function_graph generator
2010-02-19 Tomohiro Nishimuraexpression supports ascii_math_ml
2010-02-19 Tomohiro Nishimurafix typo
2010-02-19 Tomohiro Nishimurafractional_expression is now fractional_expression_arit...
2010-02-19 Tomohiro NishimuraFix many typo
2010-02-19 Tomohiro Nishimuraadd factorial_expression solver
2010-02-19 Tomohiro Nishimurawrite document for generators
2010-02-19 Tomohiro Nishimurafix decimal_arithmetic's default options
2010-02-19 Tomohiro Nishimurafix fractional_arithmetic's default options
2010-02-18 okimotofix typo
2010-02-15 okimotomust require some files to load some classes
2010-02-12 Tomohiro Nishimuraadd arithmetic solvers
2010-02-12 Tomohiro Nishimurasolver supports new factory
2010-02-12 Tomohiro Nishimuraadd new factories
2010-02-12 Tomohiro Nishimuraunit is now term
2010-02-12 Tomohiro Nishimuraoptions is now settings
2010-02-12 Tomohiro Nishimurasetting is now options
2010-02-12 Tomohiro Nishimuradivided high order expression
next