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
use core::scalar

@description("Throw an error with the specified message. Stops the execution of the program.")
fn error<T>(message: String) -> T