64 packages found
A collection of functions for working with Arrays.
Tokenizers for Infix strings. Only for SE-1222 (Data Structures) class, not for production use.
Quick calculation from string
The shunting yard algorithm transforms a mathematical expression from infix notation into a reversed polish notation (postfix). This is a really extensible implementation.
infix to postfix converter
Convert infix to RPN notation, and solve it
Function that given an infix arithmetic expression, outputs a prefix version
A collection of functions for working with Arrays {web}.
A collection of common string functions.
- extra
- string
- at
- infix
- isInfix
- isPrefix
- isSuffix
- left
- prefix
- right
- size
- suffix
- CompareFunction
- MapFunction
- View more
A collection of common string functions {web}.
- extra
- string
- at
- infix
- isInfix
- isPrefix
- isSuffix
- left
- prefix
- right
- size
- suffix
- CompareFunction
- MapFunction
- View more
Immutable vector library
Extends EGG with a Polynomial class and overloads '+','-','*' and '/' operators to be able to directly use them with Polynomials. Polynomial objects can be evaluated on certain values and printed on an understandable format.
Convert math expressions between postfix (RPN) and infix notations and evaluate them
A wonderful tool which converts expressions in infix notation to postfix notation using recursion.
Infix to Postfix Converter that saves every step of the conversion.