Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

An easy way to call multiple functions from a package?

$
0
0
using Distributions;

# Currently 
[Distributions.tdistpdf, Distributions.tdistlogpdf, Distributions.tdistcdf]

# I want something like
Distributions.[tdistpdf, tdistlogpdf, tdistcdf]

wondering if there is an easy way to do this that I missed.

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles