RosettaCodeData/Task/Address-of-a-variable/Maple/address-of-a-variable-3.maple
2016-12-05 22:15:40 +01:00

6 lines
224 B
Text

> addressof( sin( x )^2 + cos( x )^2 );
18446884674469972158
> pointto( 18446884674469972158 );
2 2
sin(x) + cos(x)