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