The Undiscoverable/Calculate: Difference between revisions
help(index) |
m moved The undiscoverable/Calculate to The Undiscoverable/Calculate: match parent |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
This is the output of help(index). | This is the output of help(index). You can get more information on any of these functions using help(''name''). | ||
* And | * And Logical and | ||
* Or | * Or Logical or | ||
* abs | * abs Absolute value | ||
* acos | * acos Arc cosine | ||
* acosh | * acosh Arc hyperbolic cosine | ||
* add | * add +; The help for this function is incorrect. | ||
* asin | * asin Arc sine | ||
* asinh | * asinh Arc hyperbolic sine | ||
* atan | * atan Arc tangent | ||
* atanh | * atanh Arc hyperbolic tangent | ||
* ceil | * ceil Ceiling; round up | ||
* cos | * cos Cosine | ||
* cosh | * cosh Hyperbolic Cosine | ||
* exp | * exp Expenential | ||
* fac | * fac Factorial | ||
* factorial | * factorial Factorial | ||
* factorize | * factorize Factorize integer | ||
* floor | * floor Floor; round down | ||
* gcd | * gcd Greatest Common Divisor | ||
* index | * index List functions | ||
* is_int | * is_int Boolean; True for integers, False otherwise | ||
* ln | * ln Natural logarithm | ||
* log10 | * log10 Base 10 logarithm | ||
* mul | * mul × | ||
* negate | * negate 0-x | ||
* plot | * plot Graph function; plot(function, var=a..b). plot(sin(x),x=0..36 | ||
* pow | * pow Power | ||
* rand_float | * rand_float Random number between 0 and 1 | ||
* rant_int | * rant_int Random integer between 0 and argument; default is 65536 | ||
* round | * round Round to nearest integer | ||
* shift_left | * shift_left Binary left shift | ||
* sift_right | * sift_right Binary right shift | ||
* sin | * sin Sine | ||
* sinc | * sinc sin(x)/x | ||
* sinh | * sinh Hyperbolic sine | ||
* sqrt | * sqrt Square root | ||
* tan | * tan Tangent | ||
* tanh | * tanh Hyperbolic tangent | ||
* test | * test Undefined function | ||
* xor | * xor Boolean xor; Not equal | ||