Jump to content

The Undiscoverable/Calculate: Difference between revisions

From Sugar Labs
Mokurai (talk | contribs)
help(index)
 
 
(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

Latest revision as of 12:13, 24 June 2010

This article is a stub. You can help Sugar Labs by expanding it.

This is the output of help(index). You can get more information on any of these functions using help(name).

  • And Logical and
  • Or Logical or
  • abs Absolute value
  • acos Arc cosine
  • acosh Arc hyperbolic cosine
  • add +; The help for this function is incorrect.
  • asin Arc sine
  • asinh Arc hyperbolic sine
  • atan Arc tangent
  • atanh Arc hyperbolic tangent
  • ceil Ceiling; round up
  • cos Cosine
  • cosh Hyperbolic Cosine
  • exp Expenential
  • fac Factorial
  • factorial Factorial
  • factorize Factorize integer
  • floor Floor; round down
  • gcd Greatest Common Divisor
  • index List functions
  • is_int Boolean; True for integers, False otherwise
  • ln Natural logarithm
  • log10 Base 10 logarithm
  • mul ×
  • negate 0-x
  • plot Graph function; plot(function, var=a..b). plot(sin(x),x=0..36
  • pow Power
  • rand_float Random number between 0 and 1
  • rant_int Random integer between 0 and argument; default is 65536
  • round Round to nearest integer
  • shift_left Binary left shift
  • sift_right Binary right shift
  • sin Sine
  • sinc sin(x)/x
  • sinh Hyperbolic sine
  • sqrt Square root
  • tan Tangent
  • tanh Hyperbolic tangent
  • test Undefined function
  • xor Boolean xor; Not equal