Hi Alex,

I am missing something basic here.... that article is how I ended up
writing the functions.

With the functions I implemented I can write something like...

: (scl 64) (format (sqrt* 2.0) *Scl)
-> "1.4142135623730950488016887242096980785696718753769480731766797379"

: (scl 64) (format (/* 1.0 9967.0) *Scl)
-> "0.0001003310926055984749673923949031804956355974716564663389184308"

How do I get similar results with the built-in functions?


/Lindsay

Reply via email to