User:Kevin Reid/E tasks: Difference between revisions

Content added Content deleted
m (updates)
(add policy as for CL list, updates)
Line 1: Line 1:
This is [[User:Kevin Reid|Kevin Reid]]'s classification of [[tasks not implemented in E]], or just poorly done in E, by what kind of problem they are, or what kind of library/language work should come first.
This is [[User:Kevin Reid|Kevin Reid]]'s ''personal'' classification of [[tasks not implemented in E]], or just poorly done in E, by what kind of problem they are, or what kind of library/language work should come first.


If you wish to help update this list, please do only these:
As of 18:09, 7 August 2009. When updating this list, consult [http://rosettacode.org/w/index.php?title=Template:Unimp_body_E&action=history the diffs] since then for what to add/remove.
* Add new tasks to [[#To classify]].
* Move completed tasks to [[#Completed]]; I will review them.

As of 00:09, 10 August 2009. When updating this list, consult [http://rosettacode.org/w/index.php?title=Template:Unimp_body_E&action=history the main unimp list's diffs] since then for what to add/move.


<div style="-webkit-column-count: 3">
<div style="-webkit-column-count: 3">
Line 42: Line 46:


==Mathematics==
==Mathematics==
* [[Formal Power Series]]
* [[Formal Power Series]] (similar to [[Polynomial long division]])
* improve [[Median]] (research better algorithms)
* improve [[Median]] (research better algorithms)
===Integers===
===Integers===
Line 48: Line 52:
* [[Multiplicative order]]
* [[Multiplicative order]]
* [[Trial factoring of a Mersenne number]]
* [[Trial factoring of a Mersenne number]]
* [[Seven-dice from Five-dice]]
===Numerics===
===Numerics===
* [[Gamma function]]
* [[Gamma function]]
Line 55: Line 60:
* [[Roots of a function]]
* [[Roots of a function]]
* [[Sequence of Non-squares]]
* [[Sequence of Non-squares]]
* [[Simple Random Distribution Checker]]
* [[Verify Distribution Uniformity with Chi-Squared Test]]


==Large projects==
==Large projects==
Line 86: Line 93:


===Parser library===
===Parser library===
* [[Arithmetic Evaluator]]
* [[Arithmetic Evaluator]] ought to use one even if it's not technically required.


===Iter/accum/stream tools===
===Iter/accum/stream tools===
Line 173: Line 180:
* [[Evens Sum To Even]] wants a 'proof'
* [[Evens Sum To Even]] wants a 'proof'
* [[Rendezvous]] (Hard to define what this ''means'' in E. Intervat perhaps? Is currently marked omit.)
* [[Rendezvous]] (Hard to define what this ''means'' in E. Intervat perhaps? Is currently marked omit.)

==Completed==


==To classify==
==To classify==