Coder Social home page Coder Social logo

yujiyashima / physics-formulas-hs Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 100 KB

NPM package with an emphasis on physics and its formulas. Full English language support and ease of understanding for laypeople and students. Links for learning the formulas and easy access.

Home Page: https://www.npmjs.com/package/physics-formulas-hs

License: MIT License

physics npm npm-package science high-school calulation math formulas typescript studies modules physics-formulas

physics-formulas-hs's Introduction

Physics Formulas (High School)

NPM package with an emphasis on physics and its formulas. Full English language support and ease of understanding for laypeople and students. Links for learning the formulas and easy access.

Install   |    Technologies   |    Physics Content   |    Goals   |    Functions   |    Contributors   |    Access   |    Licence   

Install

Installation using npm installation command:

$ npm i physics-formulas-hs

Technologies

Physics Content

  • Vectors
  • Uniform Motion

Goals

  1. Transmitting knowledge of physics to laypeople
  2. Helping programmers with "ready-made codes"
  3. Create interdisciplinarity between programming and physics
  4. Practice Javascript and remember the concepts of physics
  5. Facilitates professional development

Functions

EXAMPLES:

const physics = require('physics-formulas-hs');
import physics from 'physics-formulas-hs';
//Both forms of import are valid !!

physics.averageVelocity(10, 2, "km/h"); // --> 5 km/h

physics.averageAcceleration(100, 5); // --> 20 m/s²

NOTE: Complete documentation of all functions

Contributors and Contributions

Contribute to our project:

  • Fork this repository;

  • Clone our repository:

    $ git clone https://github.com/YujiYashima/physics-formulas-hs.git
  • Create a branch with your feature:

    $ git checkout -b my-feature
  • Commit your changes:

    $ git commit -m 'feat: My new feature'
  • Push your branch:

    $ git push origin my-feature
  • Go to Pull Request of the original project and create a pull request with your commit;

OR

Any modifications or help are welcome. I want to improve the project and build a package that is easy to understand and very complete. I hope to have help from the community 💙 💙

In other languages

Access

Access the following addresses in order to deepen your knowledge:

Licence

MIT

Message

Fisica no Mundo

Physics is in everything: the apple that falls from the tree, the magnetism that turns your compass and even the molecules in your body. Physics is everything ❤️

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.