Top

mIRC Code Snippets Tagged with math

  (13)  
Sort by 
I don't think it's a too difficult of a script to make, but I'll post it since I've never seen it. Turns decimals into fractions. yay Sample output: A note on the number of significant figures...
+ 0 likes
3 comment(s)    Score: 0.0    Platform: mIRC    Posted by Firstmate on May 12, 2009
These were a few identifiers I just came up with. Enjoy :-). $avrg: Find the average of a given set of numbers (seperated by a space) Usage: $avrg(Numbers) Example: $avrg(10 2 5 3) -> Returns..
+ 1 likes
8 comment(s)    Score: 7.5    Platform: mIRC    Posted by vSkyzv on Feb 25, 2009
I don't know how useful this will be to other people, but I use some of these quite often. Anyways, this has 8 (so far) mathematical identifiers. I will try to add more as requests or as I need them. It..
+ 2 likes
10 comment(s)    Score: 7.0    Platform: mIRC    Posted by Firstmate on Jan 30, 2009
+ 0 likes
14 comment(s)    Score: 9.0    Platform: mIRC    Posted by sercan386 on Dec 18, 2008
right click and select calculator in the menu and put in any 2 numbers and select a function.
Tags: calculator  irc  math  script  smart 
+ 0 likes
5 comment(s)    Score: 2.5    Platform: mIRC    Posted by Relurk_ on Dec 09, 2008
This is a snippet that finds the standard deviation of a set of numbers. $stdev(3 7 7 19) --> 6 I guess you could also use the $mean identifier if you wanted, $mean(N N N N).
Tags: dev  deviation  equations  math  mirc  root  square  standard  std  stdev  stnd 
+ 1 likes
7 comment(s)    Score: 7.0    Platform: mIRC    Posted by mountaindew on Oct 09, 2008
Spearman's rank correlation coefficient is a method of seeing how close two sets of data are together, giving a number between -1 and 1 showing if the data is related or not, this script simply shows you..
+ 0 likes
3 comment(s)    Score: 6.0    Platform: mIRC    Posted by jonesy44 on Sep 30, 2008
This is just a simple calculator dialog. You need a mouse to use it. It doesn't need a specific mIRC version as far as I can tell. It SHOULD be easy to use. Hope it helps whoever tries it!
+ 0 likes
4 comment(s)    Score: 5.7    Platform: mIRC    Posted by Riht_2 on Jun 14, 2008
$powerof(N,I) Calculates N to the Power of I, can list also. ; $powerof(N,I) <-- Usage: Calculates N to the power of I ; Other use: $powerof(N,I).all <-- Calculates N to the power of I, but lists..
Tags: custom  identifier  indicies  math  mirc  power 
+ 0 likes
0 comment(s)    Score: 3.0    Platform: mIRC    Posted by vaseline28 on Jun 14, 2008
Returns the Factors of N Factors: Numbers which multiplied by another number go into the target. e.g. 12 (1 x 12), (2 x 6), (3 x 4) = 12 1,12,2,6,3,4 are factors of 12 ; Usage: $factors(N).P ;..
Tags: custom  factor  identifier  math  mirc  number 
+ 0 likes
0 comment(s)    Score: 3.0    Platform: mIRC    Posted by vaseline28 on Jun 14, 2008
The following is a rounding function for whole numbers, not decimals as $round() does. ; Usage: $roundint(Number).P <---- Returns Number rounded to the nearest prop ; 'P' above must be a multiple..
+ 0 likes
3 comment(s)    Score: 4.0    Platform: mIRC    Posted by vaseline28 on Jun 13, 2008
I decided to make a very simple picwin involving the unit circle. This can be very useful if you are taking any form of geometry or trigonometry. There are several bugs that are the fault of mIRC's..
+ 0 likes
7 comment(s)    Score: 0.0    Platform: mIRC    Posted by spitfire3292 on Nov 14, 2007
Ok this is extremely small, simple and easy to use script All you do, is once inserted type !calc #$# Replace the #s with numbers and the $ either / for divide, * for multiply, + for add or - for subtract You..
+ 0 likes
1 comment(s)    Score: 1.0    Platform: mIRC    Posted by Trav on May 26, 2007
Bottom