Command: Plus

NEST HelpDesk Command Index NEST Quick Reference

Name:
 Plus - represents/computes sum of terms
Synopsis:
 array Plus -> double
                       -> integer
Description:
   Plus represents or computes the sum of its
   arguments v1,-,vn. The arguments are supplied
   by an array [v1, -,vn]. The sum of an empty
   argument list is defined to be zero.
   Plus is an implementation of Mathematica's Plus [1].
Parameters:
Examples:

         [4 3 2 5 6] Plus -->  20
         [ ] Plus         -->   0

Bugs:
   not yet protected by trie
Author:
 Diesmann
FirstVersion:
 31.5.2000
Remarks:
SeeAlso:Times
References:
   [1] The Mathematica Book "Plus"
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/mathematica.sli

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative