RosettaCodeData/Task/Literals-Floating-point/Maple/literals-floating-point-2.maple
2023-07-01 13:44:08 -04:00

5 lines
139 B
Text

> type( 2.3, 'hfloat' );
false
> type( HFloat( 2.3 ), 'hfloat' );
true