# MathKits.jl **Repository Path**: iamzhtr/MathKits.jl ## Basic Information - **Project Name**: MathKits.jl - **Description**: A collection of useful mathematical functions by Julia language. - **Primary Language**: Julia - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MathKits.jl #### Description A collection of useful mathematical functions by Julia language. #### Installation Add `MathKits.jl` to the working directory, then ```julia push!(LOAD_PATH, "The Working Directory") using MathKits ``` ### Instructions In REPL use `?MathKits` to get help.