5 lines
139 B
Text
5 lines
139 B
Text
> type( 2.3, 'hfloat' );
|
|
false
|
|
|
|
> type( HFloat( 2.3 ), 'hfloat' );
|
|
true
|