Tux Math Scrabble 0.5.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Tux Math Scrabble 0.5.4 (Default branch)
# 1  
Old 05-16-2008
Tux Math Scrabble 0.5.4 (Default branch)

ImageTuxMathScrabble challenges young people toconstruct compound equations and consider multipleabstract possibilities. There are four skilllevels for practice, from basic addition andsubtraction through multiplication and division.This software includes a data recorder interfacefor student performance assessment.License: GNU General Public License v2Changes:
Changes to the way some events are handled.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Scrabble Regex Help

Hi! I use an and grep to play Scrabble and other word games because it helps me practice regexes, or, as my friends would say, because I'm a cheater. Anyway, I'm trying to work out how to write a regex that might do what I want, so let's see if I can explain it properly. Let's say we want to play... (3 Replies)
Discussion started by: sudon't
3 Replies
Login or Register to Ask a Question
Math::Symbolic::Custom::DefaultDumpers(3pm)		User Contributed Perl Documentation	       Math::Symbolic::Custom::DefaultDumpers(3pm)

NAME
Math::Symbolic::Custom::DefaultDumpers - Default Math::Symbolic output routines SYNOPSIS
use Math::Symbolic qw/parse_from_string/; $term = parse_from_string(...); my ($sub, $leftover_trees) = $term->to_sub(); DESCRIPTION
This is a class of default output routines for Math::Symbolic trees. Likewise, Math::Symbolic::Custom::DefaultTests defines default tree testing routines and Math::Symbolic::Custom::DefaultMods has default tree modification methods. For details on how the custom method delegation model works, please have a look at the Math::Symbolic::Custom and Math::Symbolic::Custom::Base classes. EXPORT Please see the docs for Math::Symbolic::Custom::Base for details, but you should not try to use the standard Exporter semantics with this class. SUBROUTINES
to_string The to_string method is currently implemented in the module core namespaces and will be moved to Math::Symbolic::DefaultDumpers in a future release. Takes one optional argument indicating whether the Math::Symbolic tree should be transformed to a string using 'postfix' notation or using 'infix' notation. Default is infix which is also more likely to be reparseable by the Math::Symbolic parser. to_code This method is a wrapper around the compile_to_code class method in the Math::Symbolic::Compiler module. Takes key/value pairs of variables and integers as argument. The integers should starting at 0 and they determine the order of the variables/parameters to the compiled code. Returns the compiled code and a reference to an array of possible leftover tree elements that could not be compiled. Please refer to the Math::Symbolic::Compiler man page for details. to_sub This method is a wrapper around the compile_to_sub class method in the Math::Symbolic::Compiler module. Takes key/value pairs of variables and integers as argument. The integers should starting at 0 and they determine the order of the variables/parameters to the compiled code. Returns the compiled sub and a reference to an array of possible leftover tree elements that could not be compiled. Please refer to the Math::Symbolic::Compiler man page for details. AUTHOR
Please send feedback, bug reports, and support requests to the Math::Symbolic support mailing list: math-symbolic-support at lists dot sourceforge dot net. Please consider letting us know how you use Math::Symbolic. Thank you. If you're interested in helping with the development or extending the module's functionality, please contact the developers' mailing list: math-symbolic-develop at lists dot sourceforge dot net. List of contributors: Steffen Mueller, symbolic-module at steffen-mueller dot net Stray Toaster, mwk at users dot sourceforge dot net Oliver Ebenhoeh SEE ALSO
New versions of this module can be found on http://steffen-mueller.net or CPAN. The module development takes place on Sourceforge at http://sourceforge.net/projects/math-symbolic/ Math::Symbolic::Custom Math::Symbolic::Custom::DefaultMods Math::Symbolic::Custom::DefaultTests Math::Symbolic perl v5.10.1 2011-01-01 Math::Symbolic::Custom::DefaultDumpers(3pm)