mIRC Code Snippets Tagged with math
(13)
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
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
right click and select calculator in the menu and put in any 2 numbers and select a function.
+ 0 likes
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
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
$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..
+ 0 likes
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
;..
+ 0 likes
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
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
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



