math.functions: one line logn

paths
John Benediktsson 2018-03-22 15:19:14 -07:00
parent 4c96c9343c
commit 9b2eac2942
1 changed files with 1 additions and 2 deletions

View File

@ -196,8 +196,7 @@ M: real log >float log ; inline
M: complex log >polar [ flog ] dip rect> ; inline
: logn ( x n -- y )
[ log ] bi@ / ;
: logn ( x n -- y ) [ log ] bi@ / ;
<PRIVATE