bc

bc 1.08.2

GNU software calculator

https://www.gnu.org/software/bc/
GNU General Public License v3.0 or later
main program: bcprograms: dc, bc
Platforms (79)
rx-nonex86_64-solarisarmv7a-netbsdavr-nonejavascript-ghcjsx86_64-freebsdaarch64_be-nonemips64-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  bc
];
Ad-hoc shell
nix-shell -p bc
Flake (nix run)
nix run nixpkgs#bc