OSDN Git Service

add error message for maxima solver
[mint/mint-lib.git] / spec / generator /
2010-02-26 Tomohiro Nishimuraremove hard tabs
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-22 okimotoadd linear function graph spec
2010-02-22 Tomohiro Nishimuraadd validation to generator
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 Nishimurasquare_root_arithmetic supports power term
2010-02-21 Tomohiro Nishimurasquare_root_arithmetic uses + and -.
2010-02-21 Tomohiro Nishimurafix square_root_arithmetic spec
2010-02-21 Tomohiro Nishimuraadd square_root_arithmetic generator
2010-02-21 Tomohiro Nishimurawrite spec for arithmetic_base
2010-02-21 Tomohiro Nishimurachange error message.
2010-02-19 Tomohiro Nishimurafix typo
2010-02-19 Tomohiro Nishimurafractional_arithmetic adds parenthesis to numerator
2010-02-19 okimotoadd linear_function_graph generator
2010-02-19 Tomohiro Nishimurafractional_expression is now fractional_expression_arit...
2010-02-19 Tomohiro NishimuraFix many typo
2010-02-12 Tomohiro Nishimuradivided high order expression
2010-02-12 Tomohiro Nishimurafix utilities spec
2010-02-12 Tomohiro Nishimuraadd spec for utilities
2010-02-12 Tomohiro Nishimuradevided arithmetic generator
2010-02-12 Tomohiro Nishimuraintegral is now integer
2010-02-12 Tomohiro Nishimuraadd factorial expression generator
2010-02-05 Tomohiro Nishimurafix typo (expantion -> expansion)
2010-02-05 Tomohiro Nishimuraadd more opions for partial fraction expantion generator
2010-02-05 Tomohiro Nishimuraadd generator for partial fraction expantion problem
2010-02-05 Tomohiro Nishimuraadd fraction solver and fix related bug
2010-02-02 okimotofix bugs
2010-01-29 Tomohiro Nishimuraremove four_arithmetic generator
2010-01-28 Tomohiro NishimuraMerge branch 'tree'
2010-01-28 Tomohiro NishimuraMerge branch 'master' of git.sourceforge.jp:/gitroot...
2010-01-27 okimotonow can specify more character
2010-01-27 okimotofix spec
2010-01-25 Tomohiro NishimuraMerge branch 'master' of git.sourceforge.jp:/gitroot...
2010-01-22 okimotodo not use OpenStruct
2010-01-22 okimotodo not use OpenStruct
2010-01-21 okimotoadd high_order_expression generator
2010-01-20 Tomohiro NishimuraMerge branch 'master' of git.sourceforge.jp:/gitroot...
2010-01-20 okimotoadd arithmetic generator
2010-01-20 okimotofix typos
2009-12-25 Tomohiro Nishimurafix class inheritance dependency
2009-12-25 Tomohiro Nishimuraadd test for four_arithmetic
2009-12-25 Tomohiro Nishimurafix bug
2009-12-25 Tomohiro Nishimuraadd length option into four_arithmetic
2009-12-25 Tomohiro Nishimuraadd spec for four_arithmetic
2009-12-25 Tomohiro Nishimurarefactored spec
2009-12-24 Tomohiro Nishimurasupport multi numbers expression
2009-12-22 Tomohiro Nishimurachange :type options into :operators (FourArithmetic)
2009-12-22 Tomohiro NishimuraFourArithmetic requires range option.
2009-12-22 Tomohiro Nishimuraadd DSL style required options setting method
2009-12-22 Tomohiro Nishimuraadd required options settings
2009-12-15 Tomohiro Nishimuraadd method to handling options
2009-12-11 Tomohiro Nishimurarefactored generator/base_spec a bit
2009-12-11 Tomohiro Nishimuraadd some file to load modules
2009-12-11 Tomohiro Nishimuraadd FourArithmetic generator
2009-12-11 Tomohiro Nishimuragenerate method becomes to return array
2009-12-11 Tomohiro Nishimuraimplemented Generator::Base
2009-12-11 Tomohiro Nishimuraadd Mint::Generator::Base