RosettaCodeData/Task/Address-of-a-variable/Maple/address-of-a-variable-3.maple
2023-07-01 13:44:08 -04:00

6 lines
224 B
Text

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