Skip to content

biplab37/UsefulFunctions.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UsefulFunctions.jl

codecov Binder

This Package contains some of the useful functions that I often use in my code. Having all of them in a separate package increases code reusability and make code more concise.

Usage

Add the package from REPL

]add https://github.com/biplab37/UsefulFunctions.jl

or using Pkg

import Pkg; Pkg.add(url="https://github.com/biplab37/UsefulFunctions.jl")

then start using it with

using UsefulFunctions

About

Some useful function definitions that I use frequently

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages