You cannot post messages because only members can post, and you are not currently a member.
Description:
This is a mailing group for users and developers of the SpeedCrunch calculator.
|
|
|
Feature Request: Function Panel
|
| |
In the function panel please tell what and how the arguments are supplied. For example, I have just spent 10 mins trying unsuccessfully to use binompmf which gives an error for binompmf(0.4;4;10), and other variations I have tried. By the way, Matlab has a similar annoying feature. SUGGESTION: When I double click on a function name show the function... more »
|
|
Feature Request : Time calculator
|
| |
Hello ! yesterday, I missed a great feature in SpeedCrunch : a time calculator ! I found one on the net [link] Is there already a time calculator, or would it be interesting to implement ? Great job !
|
|
make install reports missing files
|
| |
I run Sabayon Linux 6 KDE on x86_64 After downloading and unpacking the source file from speedcrunch.org I made (as suggestes somewhere) a build subdirectory in the extracted folder, then in there cmake ../src/ then make and make install. make install reports: CMake Error at cmake_install.cmake:54 (FILE):... more »
|
|
Add a variable with a permanent value
|
| |
Hi, how we do to add any mathematic variables frequently used, for instance exp with 2.71828? Apparently there is no menu nor command to add a user d�fined constant. Hope this is easy to do? Sorry for my english. Regards
|
|
Feature Request
|
| |
Hi, one real nice feature would be to strip currency symbols and commas from stuff pasted into Speedcrunch. At present, when I take values out of Word documents (yes, I know...) they have to be edited manually before Speedcrunch will treat them as numbers.
|
|
speedcrunch examples
|
| |
I need help. I am about to contact California middle schools about SpeedCrunch and I need the web page reviewed for technical errors, additions or modifications. I will be contacting the math department and teachers will be looking at it and evaluating it for use in school. Any suggestions for improvement will be appreciated.... more »
|
|
Google and Wolfram Alpha API integration
|
| |
I just found a great addon for Google Chrome called "Chromey Calculator". It processes its math directly from Google and Wolfram Alpha. The problem is the lack of variables and the millions of other features that Speedcrunch has. However, I thought it would be pretty cool if, on some level, Speedcrunch could use Wolfram Alpha as a back-end processor for certain... more »
|
|
math library
|
| |
How do I add to the math library (formulas and figures) ??
I have several algebra and geometry formulas and figures I want to
add.
-
Thank You
falcon
|
|
Statistics - data and frequency list
|
| |
Data list (14;13;12;11;10;9;8;7;6;5)
Freq list (1;2;3;3;5;3;2;1;2;1)
n=23 or sum( Freq list)
sum of data should be Data list x Freq list (each number of list -
position one of each list multiplied , then position two
multiplied, ...
then summed. mean is sum / n mean = 9.8261...
sum is 226
then each item in combined list squared (sx^2) = 2346... more »
|
|
statistics standard deviation
|
| |
What is a better way to write the formula for standard deviation
-
sum(25;24;23;22;20;18;17;16;14 ;10;8)
197
ss=ans
ss=197
n=11
m=ss/n
m=17.9090...91
sum((25-m)^2;(24-m)^2);(23-m)^ 2;...;(8-m)^2)
314.9090...91
var=ans
31.49090...91
sqrt(var)
5.61167...
StdDev=ans
-
how can I obtain the number of items in a list with the calculator... more »
|
|
|