@root classes

class Log

^ 
    extends { MultiArgFunction, MultiArgFunction } as public

the Log class calculates the log of the first argument to the base of the second
Source:
arithnodes.h:510
Author:
jhc7duke.edu, ag20@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Logdestructor publicautomatically generated
Logconstructor publicundocumented
Logconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself
descriptionmethod public return the description of the Node
evaluatemethod public evaluate the log of the arguments
operator =operator publicautomatically generated

destructor ~Log

? ^  > 
automatically generated
Source:
arithnodes.h
Code:
public ~ Log ( )

constructor Log

? ^  < > 
undocumented
Source:
arithnodes.h:515
Code:
public Log ( vector < Node * > args ) : MultiArgFunction ( args )

constructor Log

? ^  < > 
automatically generated
Source:
arithnodes.h
Code:
public Log ( const Log & )

method copy

? ^  < > 
returns a pointer to a new copy of itself
Source:
arithnodes.h:540
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
return the description of the Node
Source:
arithnodes.h:548
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
evaluate the log of the arguments
Source:
arithnodes.h:531
Code:
public virtual dataType evaluate ( ) const

operator =

? ^  < > 
automatically generated
Source:
arithnodes.h
Code:
public Log & operator = ( const Log & )

Created Sun Oct 6 20:56:56 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.