Class Index | File Index

Classes


Methods

Built-In Namespace _global_

Method Summary
Method Attributes Method Name and Description
basicSimpsonsrule(fofx, a, b)
A method to calculate the integral of a function fofx from a to b
bisection(fofx, a, b, depthmax, epsilon)
onerror(event)
onmessage(event)
reattachMethods(serialized, originalclass)
A pseudo-constructor which reatttaches methods to an object which has been passed through JSON serialization
RombergExtrapolation(fofx, a, b, n)
A method to calculate the integral of a function fofx from a to b using 2^n divisions
TrapezoidRule(fofx, a, b, n)
A method to calculate the integral of a function fofx from a to b using n divisions
Method Detail
basicSimpsonsrule(fofx, a, b)
A method to calculate the integral of a function fofx from a to b
Defined in: Term.js.
Parameters:
{Polynomial|Term} fofx
The function to be integrated
{Number} a
The lower bound
{Number} b
The upper bound

bisection(fofx, a, b, depthmax, epsilon)

Defined in: Term.js.
Parameters:
fofx
a
b
depthmax
epsilon

onerror(event)

Defined in: sidecalc.js.
Parameters:
event

onmessage(event)

Defined in: sidecalc.js.
Parameters:
event

reattachMethods(serialized, originalclass)
A pseudo-constructor which reatttaches methods to an object which has been passed through JSON serialization
Defined in: Term.js.
Parameters:
{Object} serialized
A 'class' object but without the attached methods
originalclass

RombergExtrapolation(fofx, a, b, n)
A method to calculate the integral of a function fofx from a to b using 2^n divisions
Defined in: Term.js.
Parameters:
{Polynomial|Term} fofx
The function to be integrated
{Number} a
The lower bound
{Number} b
The upper bound
{Number} n
The power of 2 used to partition the range

TrapezoidRule(fofx, a, b, n)
A method to calculate the integral of a function fofx from a to b using n divisions
Defined in: Term.js.
Parameters:
{Polynomial|Term} fofx
The function to be integrated
{Number} a
The lower bound
{Number} b
The upper bound
{Number} n
The number of divisions used to partition the range

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jul 19 2013 13:20:00 GMT-0400 (EDT)