From WikiChip
Difference between revisions of "mirc/identifiers/$cbrt"
Maroonbells (talk | contribs) (Create content for new identifier) |
(No difference)
|
Latest revision as of 07:13, 31 October 2022
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$cbrt returns the cube root.
Details[edit]
Synopsis[edit]
$cbrt(N)
Parameters[edit]
- N - Number for which the cube root is returned
Properties[edit]
None
Example[edit]
//bigfloat on | var %n $rand(2,999) | echo -a the cube root of %n is approximately $cbrt(%n) same as $calc(%n ^ (1/3)) $calc($cbrt(%n) ^ 3)
//bigfloat on | var %n $rand(2,999) | echo -a the cube root of %n is approximately $cbrt(%n) same as $calc(%n ^ (1/3)) cubed is $calc($cbrt(%n) ^ 3)
Compatibility[edit]
Added: mIRC v7.72
Added on: 27 Nov 2022
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.