01 Apr 11, 07:04AM
(This post was last modified: 01 Apr 11, 07:12AM by Ronald_Reagan.)
Tools update 1.1.0.11
This one hosted by Billybob <3
This one hosted by Ronald_Reagan </3
April 1, 2011
This update to tools.cfg adds:
larger -- Returns the larger of two given numbers or calculations.
smaller -- Returns the smaller of two given numbers or calculations.
whatpercent -- Returns the percent of a given value of a given max and min range.
percentrange -- Returns the value of a percent of a given max and min range.
div=f -- Sets an alias equal to itself divided by a given float number.
logn -- Calculates approximate natural logarithm.
log2 -- Calculates approximate binary logarithm.
log10 -- Calculates approximate common logarithm.
GCD -- Calculates the greatest common divisor of two given numbers.
LCM -- Calculates the lowest common multiple of given numbers.
sin -- Calculates the sine of a given angle (answer in radians).
cos -- Calculates the cosine of a given angle (answer in radians).
tan -- Calculates the tangent of a given angle (answer in radians).
cosecant -- Trig function.
secant -- Trig function.
cotangent -- Trig function.
torads -- Converts given degrees to radians.
todegs -- Converts given radians to degrees.
numpi -- Expresses a number as rounded multiples of pi.
The math section has nearly doubled, thanks in large part to Yarukinasu.
Tools no longer attempt to delete aliases in the same frame as using them (This caused some scripts to make AC crash).
This one hosted by Billybob <3
This one hosted by Ronald_Reagan </3
April 1, 2011
This update to tools.cfg adds:
larger -- Returns the larger of two given numbers or calculations.
smaller -- Returns the smaller of two given numbers or calculations.
whatpercent -- Returns the percent of a given value of a given max and min range.
percentrange -- Returns the value of a percent of a given max and min range.
div=f -- Sets an alias equal to itself divided by a given float number.
logn -- Calculates approximate natural logarithm.
log2 -- Calculates approximate binary logarithm.
log10 -- Calculates approximate common logarithm.
GCD -- Calculates the greatest common divisor of two given numbers.
LCM -- Calculates the lowest common multiple of given numbers.
sin -- Calculates the sine of a given angle (answer in radians).
cos -- Calculates the cosine of a given angle (answer in radians).
tan -- Calculates the tangent of a given angle (answer in radians).
cosecant -- Trig function.
secant -- Trig function.
cotangent -- Trig function.
torads -- Converts given degrees to radians.
todegs -- Converts given radians to degrees.
numpi -- Expresses a number as rounded multiples of pi.
The math section has nearly doubled, thanks in large part to Yarukinasu.
Tools no longer attempt to delete aliases in the same frame as using them (This caused some scripts to make AC crash).