OSDN Git Service

refactored spec for fractional_expression_arithmetic generator
[mint/mint-lib.git] / spec / solver /
2010-03-05 Tomohiro Nishimuraadd multiple variable support for factorization
2010-02-27 Tomohiro Nishimuraadd quadratic_equation solver
2010-02-27 Tomohiro Nishimuraadd error message for maxima solver
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-24 Tomohiro Nishimuraadd complex_fractional_arithmetic solver
2010-02-23 okimotoadd solver (linear function graph)
2010-02-22 Tomohiro Nishimuraadd complex_number_arithmetic solver
2010-02-22 Tomohiro Nishimurachange specific maxima solver
2010-02-21 Tomohiro Nishimuraadd square_root_arithmetic solver
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 Nishimuraremove an useless spec
2010-02-12 Tomohiro Nishimuraadd arithmetic solvers
2010-02-12 Tomohiro Nishimurasolver supports new factory
2010-02-05 Tomohiro Nishimurafix typo (expantion -> expansion)
2010-02-05 Tomohiro Nishimurafix error message in maxima solver
2010-02-05 Tomohiro Nishimuraadd partional fraction expantion solver
2010-02-05 Tomohiro Nishimurafix partfrac method in maxima solver base
2010-02-05 Tomohiro Nishimuraadd partfrac method to maxima solver base
2010-02-05 Tomohiro Nishimuraadd fraction solver and fix related bug
2010-02-01 Tomohiro Nishimuraadd factorization solver
2010-02-01 Tomohiro Nishimuraadd expantion solver
2010-02-01 Tomohiro Nishimurasolver can take expression only
2010-01-30 Tomohiro Nishimuraminor fix for maxima arithmetic solver test
2010-01-29 Tomohiro Nishimuraadd arithmetic solver
2010-01-29 Tomohiro Nishimuraadd maxima to get answer string
2010-01-29 Tomohiro Nishimuraadd maxima solver
2010-01-29 Tomohiro Nishimurafix spec to fit new parser
2010-01-29 Tomohiro Nishimurafix around regacy four_arithmetic
2010-01-29 Tomohiro Nishimurafix basic solver engine
2010-01-29 Tomohiro Nishimuraremove four_arithmetic generator
2010-01-29 Tomohiro Nishimurasolver returns Expression
2010-01-29 Tomohiro Nishimuraadd exec_maxima to solve problem with maxima
2010-01-15 Tomohiro Nishimurauser maxima to solve problem (test)
2010-01-08 Tomohiro Nishimurachange solve engine spec
2010-01-08 Tomohiro Nishimurarefactored a bit
2009-12-25 Tomohiro Nishimurafix spec for solver
2009-12-25 Tomohiro Nishimuraadd solver engine for four arithmetic operations
2009-12-25 Tomohiro Nishimuraadd Engine base
2009-12-25 Tomohiro Nishimuraadd Solver