Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/calc/_Executor.js

  • Provides:

    • dojox.calc._Executor
  • Requires:

    • dijit._Templated in common
    • dojox.math._base in common
  • dojox.calc.approx

    • parameters:
      • r
    • summary
      Return a less exact approximation of r such that approx(r * (1 +- eps)) == approx(r)
    • type
      Function
  • dojox.calc._Executor

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • summary
      A graphing, scientific calculator
  • dojox.calc._Executor.templateString

    • type
      String
  • dojox.calc._Executor._onLoad

    • parameters:
      • env
    • type
      Function
  • dojox.calc._Executor.onLoad

    • summary
      this should be overwritten and become a great place for making user predefined functions
    • type
      Function
  • dojox.calc._Executor.Function

    • parameters:
      • name: (typeof this)
        argument is simply a String that represents the name of the function being evaluated. It can be undefined, but in that case the function is a one time use.
      • args: (typeof the)
        function arguments (a String)
      • body: (typeof the)
        function body, also a String
    • type
      Function
  • dojox.calc._Executor.normalizedFunction

    • parameters:
      • name
      • args
      • body
    • type
      Function
  • dojox.calc._Executor.deleteFunction

    • parameters:
      • name
    • type
      Function
  • dojox.calc._Executor.eval

    • parameters:
      • text
    • type
      Function
  • dojox.calc._Executor.destroy

    • type
      Function
  • dojox.calc.pow

    • parameters:
      • base: (typeof Number)
      • exponent: (typeof Number)
    • summary
      Computes base ^ exponent
      Wrapper to Math.pow(base, exponent) to handle (-27) ^ (1/3)
    • type
      Function
  • dojox.calc

    • type
      Object
  • dojox

    • type
      Object