RosettaCodeData/Task/Literals-Floating-point/Maple/literals-floating-point-2.maple

6 lines
139 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> type( 2.3, 'hfloat' );
false
> type( HFloat( 2.3 ), 'hfloat' );
true