numbat.dev
A statically typed programming language for scientific computations with first class support for physical dimensions and units
Package Information
- Domain:
numbat.dev
- Name:
numbat.dev
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install numbat
Programs
This package provides the following executable programs:
numbat
Aliases
This package can also be accessed using these aliases:
numbat
Available Versions
Show all 10 versions
1.16.0
,1.15.0
,1.14.0
,1.13.0
,1.12.0
1.11.0
,1.10.1
,1.10.0
,1.9.0
,1.8.0
Latest Version: 1.16.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +numbat.dev@1.16.0 -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.numbatdev
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.