
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Command-line cientific calculator based on node REPL, with the possibility to declare functions and variables, and save them and load them. This command-line calculator possesses a permanent history.
Command-line scientific calculator based on node REPL, with the possibility to declare functions and variables, and save them and load them. This command-line calculator possesses a permanent history.
Install the module with: npm install sci-calc
, then from the sci-calc package directory run: npm link
Then use it with the command: sc
For help, use: help
Available commands:
save x
: save declared variable or function x
load x
: load saved variable or function x
show [opt]
: show [-s --saved] and [-d --declared] variables and functions
search x
: search if variable or function x is saved
remove
: remove saved variable or function x
forget x
: forget declared variable or function x
reset
: forget all declared variables and functions
flushistory
: clear all history
help [opt]
: show this help, or special sections [opt]:
-g --general
general help
-c --commands
list of commands
-m --math
list of available math functions
-p --protected
list of protected names
exit
: exit sci-calc
Feel free to contribute to this project
Copyright (c) 2018 François Risoud Licensed under the MIT license.
Power operator **
is now part of the ES6 spec and is implemented in recent node versions. But to support older versions of node, x**n
is parsed and cast it into pow(x, n)
.
FAQs
Command-line cientific calculator based on node REPL, with the possibility to declare functions and variables, and save them and load them. This command-line calculator possesses a permanent history.
The npm package sci-calc receives a total of 15 weekly downloads. As such, sci-calc popularity was classified as not popular.
We found that sci-calc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.