RosettaCodeData/Task/Introspection/Maple/introspection-3.maple
2023-07-01 13:44:08 -04:00

3 lines
181 B
Text

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