Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/cmd/4th/lib/zenfalog.4th

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


\ 4tH library - F** FALOG ZEN - Copyright 200 J.L. Bezemer
\ You can redistribute this file and/or modify it under
\ the terms of the GNU General Public License

[UNDEFINED] f** [IF]
[UNDEFINED] fln  [IF] include lib/zenfln.4th [THEN]
[UNDEFINED] fexp [IF] include lib/zenfexp.4th    [THEN]
: f** 2dup f0= if 2drop 2drop 1 s>f exit then 2swap fln f* fexp ;
: falog 10 s>f 2swap f** ;
[THEN]

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.