Socket
Socket
Sign inDemoInstall

speddy-math-interpreter

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    speddy-math-interpreter

Math Interpreter


Version published
Maintainers
1
Created

Readme

Source

Speddy Math Interpreter

Hello! Here I am going to teach you how to use Speddy Math Interpreter.

What is it?

Speddy Math Interpreter is a Math interpreter made by TheSpeddyEthanYT (Discord: Speddy#9770), It uses .smif files, Here is an example of it.

1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 - 8 - 7 - 6 - 5 * 4 * 3 / 2 + 1

How to use it?

It has 2 functions, the 'fromString' function and the from file function. Here is an example of how to use it

const smi = require('speddy-math-interpreter') console.log(smi('./test.smif'))

Here is an example of the 'fromString' function

const smi = require('speddy-math-interpreter') console.log(smi.fromString('4 + 6 + 3 + 7 - 3 - 7 * 2'))

How to install it

For install it you type on your command line.

npm install speddy-math-interpreter

Keywords

FAQs

Last updated on 27 Mar 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc