The Wayback Machine - https://web.archive.org/web/20210826063419/https://github.com/topics/julia-library
Skip to content
#

julia-library

Here are 23 public repositories matching this topic...

korsbo
korsbo commented Jul 17, 2018

We really should be testing each and every feature of Latexify and currently we are not.

Test generation is made easy by a macro that we supply:

using Latexify
@Latexify.generate_test latexify("x/y")

generates a test and puts it in your clipboard to be pasted:

@test latexify("x/y") == 
raw"$\frac{x}{y}$"

One just have to make sure that the test does ac

Julia is a high-level, high-performance, dynamic programming language. While it is a general purpose language and can be used to write any application, many of its features are well-suited for high-performance numerical analysis and computational science.

  • Updated Aug 14, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the julia-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the julia-library topic, visit your repo's landing page and select "manage topics."

Learn more