Name

f-round-to-s:floating_misc — ordinary primitive

Synopsis

FORTH
FROUND>S (f: x -- s: n)(); 
 ;

Description

complements FTRUNC>S for applications that expect F>S to be defined with a rounding behavior like

 : FROUND>S FROUND FTRUNC>S ;