Home
last modified time | relevance | path

Searched defs:oct2dec (Results 1 – 2 of 2) sorted by relevance

/dports/math/octave-forge-communications/communications-1.2.3/inst/
H A Doct2dec.m26 function d = oct2dec (c) function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DAr.hs263 oct2dec = foldl' (\a b -> a * 10 + b) 0 . reverse . dec 8 function