This code provided initial by genmeblog after careful consideration of R print code
This code provided initial by genmeblog after careful consideration of R print code
(format-sequence xs)
(format-sequence xs digits)
(format-sequence xs digits threshold)
Format sequence of double for given:
xs
- sequence of doublesdigits
- maximum precisionthreshold
- what is absolute power to switch to scientific notation
Returns sequence of strings.Format sequence of double for given: * `xs` - sequence of doubles * `digits` - maximum precision * `threshold` - what is absolute power to switch to scientific notation Returns sequence of strings.
(formatter xs)
(formatter xs digits)
(formatter xs digits threshold)
Create formatter for given:
xs
- sequence of doublesdigits
- maximum precisionthreshold
- what is absolute power to switch to scientific notation
Returns formatter.Create formatter for given: * `xs` - sequence of doubles * `digits` - maximum precision * `threshold` - what is absolute power to switch to scientific notation Returns formatter.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close