Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Introspection/Maple/introspection-1.maple
Normal file
2
Task/Introspection/Maple/introspection-1.maple
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
> kernelopts( 'version' );
|
||||
Maple 16.00, SUN SPARC SOLARIS, Mar 3 2012, Build ID 732982
|
||||
1
Task/Introspection/Maple/introspection-2.maple
Normal file
1
Task/Introspection/Maple/introspection-2.maple
Normal file
|
|
@ -0,0 +1 @@
|
|||
> if sscanf( (StringTools:-Split(kernelopts(version))[2]), "%d.%d" )[1] < 300 then `quit`(1) end;
|
||||
3
Task/Introspection/Maple/introspection-3.maple
Normal file
3
Task/Introspection/Maple/introspection-3.maple
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
> if type( bloop, complex( extended_numeric ) ) and type( abs, mathfunc ) then print( abs( bloop ) ) end:
|
||||
1/2
|
||||
13
|
||||
2
Task/Introspection/Maple/introspection-4.maple
Normal file
2
Task/Introspection/Maple/introspection-4.maple
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
> abs( bloop );
|
||||
| bloop |
|
||||
5
Task/Introspection/Maple/introspection-5.maple
Normal file
5
Task/Introspection/Maple/introspection-5.maple
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
> nops([anames](integer));
|
||||
3
|
||||
|
||||
> eval(`+`(anames(integer)));
|
||||
17
|
||||
6
Task/Introspection/Maple/introspection-6.maple
Normal file
6
Task/Introspection/Maple/introspection-6.maple
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
> foo := 25:
|
||||
> nops([anames](integer));
|
||||
4
|
||||
|
||||
> eval(`+`(anames(integer)));
|
||||
42
|
||||
Loading…
Add table
Add a link
Reference in a new issue