numbat 1.23.0

A statically typed programming language for scientific computations with first class support for physical dimensions and units.
Documentation
1
2
3
4
5
6
use core::quantities
use core::strings

# TODO: this function is overly generic, but we don't have bounded
# polymorphism yet.
fn show<Plot>(plot: Plot) -> String