OSDN Git Service

mint/mint-lib.git
14 years agoadd linear function graph spec
okimoto [Mon, 22 Feb 2010 11:42:29 +0000 (20:42 +0900)]
add linear function graph spec

14 years agofix typo
okimoto [Mon, 22 Feb 2010 11:42:03 +0000 (20:42 +0900)]
fix typo

14 years agoadd validation to generator
Tomohiro Nishimura [Mon, 22 Feb 2010 02:41:52 +0000 (11:41 +0900)]
add validation to generator

14 years agoadd complex_number_arithmetic solver
Tomohiro Nishimura [Mon, 22 Feb 2010 01:55:09 +0000 (10:55 +0900)]
add complex_number_arithmetic solver

14 years agochange specific maxima solver
Tomohiro Nishimura [Mon, 22 Feb 2010 01:54:21 +0000 (10:54 +0900)]
change specific maxima solver

14 years agofix complex_number_arithmetic_spec
Tomohiro Nishimura [Mon, 22 Feb 2010 01:50:26 +0000 (10:50 +0900)]
fix complex_number_arithmetic_spec

14 years agocomplex_number_arithmetic uses conjugate complex
Tomohiro Nishimura [Mon, 22 Feb 2010 01:11:12 +0000 (10:11 +0900)]
complex_number_arithmetic uses conjugate complex

14 years agoadd last_{operand, operator} to arithmetic_base
Tomohiro Nishimura [Mon, 22 Feb 2010 01:10:28 +0000 (10:10 +0900)]
add last_{operand, operator} to arithmetic_base

14 years agofix typo
Tomohiro Nishimura [Sun, 21 Feb 2010 23:19:04 +0000 (08:19 +0900)]
fix typo

14 years agoadd complex_number_arithmetic generator
Tomohiro Nishimura [Sun, 21 Feb 2010 19:45:26 +0000 (04:45 +0900)]
add complex_number_arithmetic generator

14 years agofix document for square_root_arithmetic
Tomohiro Nishimura [Sun, 21 Feb 2010 18:54:06 +0000 (03:54 +0900)]
fix document for square_root_arithmetic

14 years agoadd square_root_arithmetic solver
Tomohiro Nishimura [Sun, 21 Feb 2010 17:54:33 +0000 (02:54 +0900)]
add square_root_arithmetic solver

14 years agosquare_root_arithmetic supports power term
Tomohiro Nishimura [Sun, 21 Feb 2010 17:18:02 +0000 (02:18 +0900)]
square_root_arithmetic supports power term

14 years agosquare_root_arithmetic uses + and -.
Tomohiro Nishimura [Sun, 21 Feb 2010 13:10:53 +0000 (22:10 +0900)]
square_root_arithmetic uses + and -.

14 years agofix document
Tomohiro Nishimura [Sun, 21 Feb 2010 12:29:30 +0000 (21:29 +0900)]
fix document

14 years agofix square_root_arithmetic spec
Tomohiro Nishimura [Sun, 21 Feb 2010 12:25:51 +0000 (21:25 +0900)]
fix square_root_arithmetic spec

14 years agofix typo
Tomohiro Nishimura [Sun, 21 Feb 2010 12:23:16 +0000 (21:23 +0900)]
fix typo

14 years agoadd square_root_arithmetic generator
Tomohiro Nishimura [Sun, 21 Feb 2010 12:04:38 +0000 (21:04 +0900)]
add square_root_arithmetic generator

14 years agofix common_utils a bit and fix typo
Tomohiro Nishimura [Sun, 21 Feb 2010 12:03:20 +0000 (21:03 +0900)]
fix common_utils a bit and fix typo

14 years agowrite spec for arithmetic_base
Tomohiro Nishimura [Sun, 21 Feb 2010 08:27:09 +0000 (17:27 +0900)]
write spec for arithmetic_base

14 years agochange error message.
Tomohiro Nishimura [Sun, 21 Feb 2010 06:03:47 +0000 (15:03 +0900)]
change error message.

14 years agofix typo
Tomohiro Nishimura [Fri, 19 Feb 2010 11:13:26 +0000 (20:13 +0900)]
fix typo

14 years agofix around to_ascii_math_ml
Tomohiro Nishimura [Fri, 19 Feb 2010 11:12:56 +0000 (20:12 +0900)]
fix around to_ascii_math_ml

14 years agofractional_arithmetic adds parenthesis to numerator
Tomohiro Nishimura [Fri, 19 Feb 2010 10:25:45 +0000 (19:25 +0900)]
fractional_arithmetic adds parenthesis to numerator

14 years agoadd linear_function_graph generator
okimoto [Fri, 19 Feb 2010 10:24:49 +0000 (19:24 +0900)]
add linear_function_graph generator

14 years agoexpression supports ascii_math_ml
Tomohiro Nishimura [Fri, 19 Feb 2010 09:41:43 +0000 (18:41 +0900)]
expression supports ascii_math_ml

  * implemented to_ascii_meth_ml
  * Expression#to_latex supports pattern like 7x

14 years agosupport stats task that likes rails's one
Tomohiro Nishimura [Fri, 19 Feb 2010 08:25:45 +0000 (17:25 +0900)]
support stats task that likes rails's one

14 years agofix README.rdoc
Tomohiro Nishimura [Fri, 19 Feb 2010 07:12:04 +0000 (16:12 +0900)]
fix README.rdoc

14 years agofix typo
Tomohiro Nishimura [Fri, 19 Feb 2010 07:11:03 +0000 (16:11 +0900)]
fix typo

14 years agofractional_expression is now fractional_expression_arithmetic
Tomohiro Nishimura [Fri, 19 Feb 2010 07:10:41 +0000 (16:10 +0900)]
fractional_expression is now fractional_expression_arithmetic

14 years agoFix many typo
Tomohiro Nishimura [Fri, 19 Feb 2010 06:44:53 +0000 (15:44 +0900)]
Fix many typo

14 years agoadd factorial_expression solver
Tomohiro Nishimura [Fri, 19 Feb 2010 06:36:05 +0000 (15:36 +0900)]
add factorial_expression solver

14 years agoremove an useless spec
Tomohiro Nishimura [Fri, 19 Feb 2010 06:18:24 +0000 (15:18 +0900)]
remove an useless spec

14 years agofix README.rdoc
Tomohiro Nishimura [Fri, 19 Feb 2010 06:10:54 +0000 (15:10 +0900)]
fix README.rdoc

14 years agowrite document for generators
Tomohiro Nishimura [Fri, 19 Feb 2010 05:44:34 +0000 (14:44 +0900)]
write document for generators

14 years agofix decimal_arithmetic's default options
Tomohiro Nishimura [Fri, 19 Feb 2010 04:19:34 +0000 (13:19 +0900)]
fix decimal_arithmetic's default options

14 years agofix fractional_arithmetic's default options
Tomohiro Nishimura [Fri, 19 Feb 2010 04:04:45 +0000 (13:04 +0900)]
fix fractional_arithmetic's default options

14 years agofix rdoc task.
Tomohiro Nishimura [Fri, 19 Feb 2010 03:58:21 +0000 (12:58 +0900)]
fix rdoc task.

14 years agofix typo
okimoto [Thu, 18 Feb 2010 08:55:03 +0000 (17:55 +0900)]
fix typo

14 years agomust require some files to load some classes
okimoto [Mon, 15 Feb 2010 03:54:15 +0000 (12:54 +0900)]
must require some files to load some classes

14 years agoadd arithmetic solvers
Tomohiro Nishimura [Fri, 12 Feb 2010 11:48:05 +0000 (20:48 +0900)]
add arithmetic solvers

14 years agosolver supports new factory
Tomohiro Nishimura [Fri, 12 Feb 2010 11:03:44 +0000 (20:03 +0900)]
solver supports new factory

14 years agoremove solver spec
Tomohiro Nishimura [Fri, 12 Feb 2010 09:56:33 +0000 (18:56 +0900)]
remove solver spec

14 years agoadd new factories
Tomohiro Nishimura [Fri, 12 Feb 2010 09:45:53 +0000 (18:45 +0900)]
add new factories

14 years agounit is now term
Tomohiro Nishimura [Fri, 12 Feb 2010 09:08:38 +0000 (18:08 +0900)]
unit is now term

14 years agooptions is now settings
Tomohiro Nishimura [Fri, 12 Feb 2010 09:04:53 +0000 (18:04 +0900)]
options is now settings

14 years agosetting is now options
Tomohiro Nishimura [Fri, 12 Feb 2010 09:00:21 +0000 (18:00 +0900)]
setting is now options

14 years agodivided high order expression
Tomohiro Nishimura [Fri, 12 Feb 2010 08:53:20 +0000 (17:53 +0900)]
divided high order expression

  * factorization and expansion

14 years agofix utilities spec
Tomohiro Nishimura [Fri, 12 Feb 2010 07:55:05 +0000 (16:55 +0900)]
fix utilities spec

14 years agoArithmetic becomes to base class
Tomohiro Nishimura [Fri, 12 Feb 2010 07:50:39 +0000 (16:50 +0900)]
Arithmetic becomes to base class

14 years agoremove old arithmetic generator
Tomohiro Nishimura [Fri, 12 Feb 2010 07:43:53 +0000 (16:43 +0900)]
remove old arithmetic generator

14 years agoadd spec for utilities
Tomohiro Nishimura [Fri, 12 Feb 2010 07:42:40 +0000 (16:42 +0900)]
add spec for utilities

14 years agoarrangemented utilities
Tomohiro Nishimura [Fri, 12 Feb 2010 07:29:47 +0000 (16:29 +0900)]
arrangemented utilities

14 years agodevided arithmetic generator
Tomohiro Nishimura [Fri, 12 Feb 2010 07:13:58 +0000 (16:13 +0900)]
devided arithmetic generator

14 years agointegral is now integer
Tomohiro Nishimura [Fri, 12 Feb 2010 06:07:30 +0000 (15:07 +0900)]
integral is now integer

14 years agoadd factorial expression generator
Tomohiro Nishimura [Fri, 12 Feb 2010 05:58:54 +0000 (14:58 +0900)]
add factorial expression generator

14 years agoFloatNode is now DecimalNode
Tomohiro Nishimura [Wed, 10 Feb 2010 02:15:23 +0000 (11:15 +0900)]
FloatNode is now DecimalNode

14 years agofix typo (expantion -> expansion)
Tomohiro Nishimura [Fri, 5 Feb 2010 09:44:47 +0000 (18:44 +0900)]
fix typo (expantion -> expansion)

14 years agofix error message in maxima solver
Tomohiro Nishimura [Fri, 5 Feb 2010 09:19:51 +0000 (18:19 +0900)]
fix error message in maxima solver

14 years agoadd partional fraction expantion solver
Tomohiro Nishimura [Fri, 5 Feb 2010 09:10:06 +0000 (18:10 +0900)]
add partional fraction expantion solver

14 years agofix partfrac method in maxima solver base
Tomohiro Nishimura [Fri, 5 Feb 2010 09:08:11 +0000 (18:08 +0900)]
fix partfrac method in maxima solver base

14 years agoadd partfrac method to maxima solver base
Tomohiro Nishimura [Fri, 5 Feb 2010 08:45:47 +0000 (17:45 +0900)]
add partfrac method to maxima solver base

14 years agoadd more opions for partial fraction expantion generator
Tomohiro Nishimura [Fri, 5 Feb 2010 08:41:16 +0000 (17:41 +0900)]
add more opions for partial fraction expantion generator

14 years agoadd generator for partial fraction expantion problem
Tomohiro Nishimura [Fri, 5 Feb 2010 07:20:27 +0000 (16:20 +0900)]
add generator for partial fraction expantion problem

14 years agoauto requiring generators and solver engines.
Tomohiro Nishimura [Fri, 5 Feb 2010 06:32:46 +0000 (15:32 +0900)]
auto requiring generators and solver engines.

14 years agoadd fraction solver and fix related bug
Tomohiro Nishimura [Fri, 5 Feb 2010 06:04:48 +0000 (15:04 +0900)]
add fraction solver and fix related bug

14 years agofix test to suite new expression to_s
Tomohiro Nishimura [Fri, 5 Feb 2010 04:17:47 +0000 (13:17 +0900)]
fix test to suite new expression to_s

14 years agofix bug about minus decimal
Tomohiro Nishimura [Fri, 5 Feb 2010 04:15:54 +0000 (13:15 +0900)]
fix bug about minus decimal

14 years agofix bug around float number in expression tree
Tomohiro Nishimura [Fri, 5 Feb 2010 03:52:41 +0000 (12:52 +0900)]
fix bug around float number in expression tree

14 years agofix expression
Tomohiro Nishimura [Fri, 5 Feb 2010 03:25:11 +0000 (12:25 +0900)]
fix expression

  * to_s returns normalized expression
  * to_original returns original exprssion

14 years agoadd FloatNode
Tomohiro Nishimura [Fri, 5 Feb 2010 03:20:41 +0000 (12:20 +0900)]
add FloatNode

14 years agodelete hard tabs
Tomohiro Nishimura [Fri, 5 Feb 2010 03:12:18 +0000 (12:12 +0900)]
delete hard tabs

14 years agofix bug about float without point
Tomohiro Nishimura [Fri, 5 Feb 2010 02:29:47 +0000 (11:29 +0900)]
fix bug about float without point

14 years agogenerate easy factor expression
okimoto [Tue, 2 Feb 2010 11:38:38 +0000 (20:38 +0900)]
generate easy factor expression

14 years agoraise InveridExpressionError, expression
okimoto [Tue, 2 Feb 2010 10:12:59 +0000 (19:12 +0900)]
raise InveridExpressionError, expression

14 years agofix bugs
okimoto [Tue, 2 Feb 2010 04:52:48 +0000 (13:52 +0900)]
fix bugs

do not generate '1x'
generate 'D > 0' problems

14 years agoadd factorization solver
Tomohiro Nishimura [Mon, 1 Feb 2010 04:31:24 +0000 (13:31 +0900)]
add factorization solver

14 years agoadd expantion solver
Tomohiro Nishimura [Mon, 1 Feb 2010 04:23:14 +0000 (13:23 +0900)]
add expantion solver

14 years agosolver can take expression only
Tomohiro Nishimura [Mon, 1 Feb 2010 04:22:20 +0000 (13:22 +0900)]
solver can take expression only

14 years agoadd spec for parser
Tomohiro Nishimura [Sun, 31 Jan 2010 16:03:42 +0000 (01:03 +0900)]
add spec for parser

14 years agominor fix for maxima arithmetic solver test
Tomohiro Nishimura [Sat, 30 Jan 2010 10:33:39 +0000 (19:33 +0900)]
minor fix for maxima arithmetic solver test

14 years agoadd arithmetic solver
Tomohiro Nishimura [Fri, 29 Jan 2010 10:46:41 +0000 (19:46 +0900)]
add arithmetic solver

14 years agoadd maxima to get answer string
Tomohiro Nishimura [Fri, 29 Jan 2010 10:26:32 +0000 (19:26 +0900)]
add maxima to get answer string

14 years agoexpression supports comparing
Tomohiro Nishimura [Fri, 29 Jan 2010 10:14:15 +0000 (19:14 +0900)]
expression supports comparing

14 years agoadd maxima solver
Tomohiro Nishimura [Fri, 29 Jan 2010 10:02:27 +0000 (19:02 +0900)]
add maxima solver

14 years agoa2 is not supported by parse
Tomohiro Nishimura [Fri, 29 Jan 2010 09:27:12 +0000 (18:27 +0900)]
a2 is not supported by parse

14 years agofix spec to fit new parser
Tomohiro Nishimura [Fri, 29 Jan 2010 09:20:15 +0000 (18:20 +0900)]
fix spec to fit new parser

14 years agoparse supports high order expression
Tomohiro Nishimura [Fri, 29 Jan 2010 09:13:12 +0000 (18:13 +0900)]
parse supports high order expression

14 years agofix minus bug
Tomohiro Nishimura [Fri, 29 Jan 2010 06:29:26 +0000 (15:29 +0900)]
fix minus bug

14 years agofix around regacy four_arithmetic
Tomohiro Nishimura [Fri, 29 Jan 2010 03:49:28 +0000 (12:49 +0900)]
fix around regacy four_arithmetic

14 years agofix basic solver engine
Tomohiro Nishimura [Fri, 29 Jan 2010 03:40:51 +0000 (12:40 +0900)]
fix basic solver engine

14 years agofour_arithmetic has gone
Tomohiro Nishimura [Fri, 29 Jan 2010 03:22:55 +0000 (12:22 +0900)]
four_arithmetic has gone

14 years agoremove hard tab from expression.rb
Tomohiro Nishimura [Fri, 29 Jan 2010 03:13:40 +0000 (12:13 +0900)]
remove hard tab from expression.rb

14 years agoremove four_arithmetic generator
Tomohiro Nishimura [Fri, 29 Jan 2010 03:01:39 +0000 (12:01 +0900)]
remove four_arithmetic generator

14 years agosolver returns Expression
Tomohiro Nishimura [Fri, 29 Jan 2010 03:00:45 +0000 (12:00 +0900)]
solver returns Expression

14 years agoadd exec_maxima to solve problem with maxima
Tomohiro Nishimura [Fri, 29 Jan 2010 03:00:17 +0000 (12:00 +0900)]
add exec_maxima to solve problem with maxima

14 years agouse README.rdoc instead of README
okimoto [Fri, 29 Jan 2010 03:02:25 +0000 (12:02 +0900)]
use README.rdoc instead of README

14 years agofix READM.rdoc
Tomohiro Nishimura [Thu, 28 Jan 2010 14:47:19 +0000 (23:47 +0900)]
fix READM.rdoc

14 years agoremove README
Tomohiro Nishimura [Thu, 28 Jan 2010 14:37:05 +0000 (23:37 +0900)]
remove README

14 years agoMerge branch 'tree'
Tomohiro Nishimura [Thu, 28 Jan 2010 14:34:01 +0000 (23:34 +0900)]
Merge branch 'tree'