Classes

Package jscicalc.pobject

Classes

class  ACos
 Inverse cosine operation. More...
class  Add
 Addition operation. More...
class  AFunction
 Objects for addition and subtraction and also change of sign. More...
class  And
 Bitwise AND operation. More...
class  Ans
 A container for holding a value calculated by the calculator. More...
class  ASin
 Inverse sine operation. More...
class  ATan
 Inverse tangent operation. More...
class  Bin
 Change base to binary. More...
class  BoolFunction
 Boolean functions have lower priority than plus/minus or multiplication/division and are handled by this class. More...
class  Combination
 DFunction that calculates combinations. More...
class  Conjugate
 Complex Conjugate operation. More...
class  Container
 This class is used for various PObjects like Ans and Mean that contain a specific double value. More...
class  Copy
 Copy button information. More...
class  Cos
 Cosine operation. More...
class  Cplx
 Information for complex notation button. More...
class  Cube
 Cube function. More...
class  CubeRoot
 This class represents the cube root operation. More...
class  Dec
 Change base to decimal. More...
class  Del
 Delete button information. More...
class  DFunction
 A function such as Power can act on two values, one left and one right of the symbol. More...
class  Divide
 Division operation. More...
class  Down
 Down button information. More...
class  E
 DFunction that allows scientific notation entry. More...
class  Equals
 Information for equals button. More...
class  Exp
 Exp operation. More...
class  Factorial
 Factorial operation. More...
class  Graph
 Information for Graph button. More...
class  Hex
 Change base to hexadecimal. More...
class  I
 Container to hold i. More...
class  Info
 Information for information (copyright notice) button. More...
class  Inverse
 Inverse operation. More...
class  Left
 Left button information. More...
class  LFunction
 A function such as Square acts the value on its left. More...
class  Ln
 Natural logarithm operation. More...
class  Log
 Logarithm operation. More...
class  LParen
 Information for left parenthesis. More...
class  Mcl
 Information for Mcl button. More...
class  Mean
 Container to hold most recently evaluated mean value. More...
class  MFunction
 This class handles multiplication and divison. More...
class  Mminus
 Information for Mminus button. More...
class  Mode
 Information for Mode button. More...
class  Mplus
 Information for Mplus button. More...
class  Multiply
 Multiplication operation. More...
class  NullPObject
 This class represents a PObject that does nothing. More...
class  Numeral
 This class represents anything that might be a numeral. More...
class  Oct
 Change base to octal. More...
class  Off
 Information for Off button. More...
class  On
 Information for On button. More...
class  Or
 Bitwise OR operation. More...
class  Permutation
 DFunction that calculates permutations. More...
class  Pi
 Container to hold Pi. More...
class  PObject
 This class represents any token that can be parsed as input. More...
class  Pol
 Information for Pol (polar complex notation) button. More...
class  PopStDev
 Container to hold most recently evaluated population standard deviation value. More...
class  Power
 DFunction that calculates powers. More...
class  RCL
 Container to hold most recently stored memory value. More...
class  RFunction
 A function such as SquareRoot acts the value on its right. More...
class  Right
 Right button information. More...
class  Root
 DFunction that calculates roots. More...
class  RParen
 Information for right parenthesis. More...
class  Sci
 Information for Sci (scientific notation) button. More...
class  Scl
 Information for Statistics memor clear button. More...
class  SFunction
 A function such as Square acts the value on its left. More...
class  Shift
 Information for Shift button. More...
class  SigmaMinus
 Information for Statistics minus button. More...
class  SigmaPlus
 Information for Statistics plus button. More...
class  Sin
 Sine operation. More...
class  Square
 Square operation. More...
class  SquareRoot
 Square root operation. More...
class  StDev
 Container to hold most recently evaluated sample standard deviation value. More...
class  STO
 Information for STO (memory store) button. More...
class  Subtract
 Subtraction. More...
class  Tan
 Tangent operation. More...
class  TenX
 Inverse Log operation. More...
class  Trig
 This is the superclass for trigonometric funtions and their inverses. More...
class  Uminus
 Unary minus operation. More...
class  Up
 Up button information. More...
class  Uplus
 Unary plus operation. More...
class  Variable
 This class represents anything that might be a variable. More...
class  Xor
 Bitwise XOR operation. More...