nullary - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Nullary Operators

 

Description

Examples

Description

• 

The nullary operators in Maple are:

%

last expression

%%

second last expression

%%%

third last expression

Examples

1;2;3

1

2

3

(1)

%,`%%`,`%%%`

3,2,1

(2)

F := proc( n ) 1; 2; to n do % + % * % / %% end do end proc;

Fprocn1;2;tondo%+%*%/%%end doend proc

(3)

F8

3628800

(4)

See Also

ditto

index[expression]