This article is from the FAQ, by with numerous contributions by others.
On all supported platforms, using both reals and external (C) calls in an
expression may yield unpredictable results.
For instance the following program
ORIGIN '~beta/basiclib/v1.5/math'; --PROGRAM: descriptor-- (# do (1->sqrt) -> putint; newline; (10->log10) -> putint; newline; (1->sqrt)+(10->log10) -> putint; newline; #)
 
Continue to: