RosettaCodeData/Task/Introspection/Maple/introspection-3.maple
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
181 B
Text

> if type( bloop, complex( extended_numeric ) ) and type( abs, mathfunc ) then print( abs( bloop ) ) end:
1/2
13