Sha256: 72a194026a0c4372107b7cf3f209a4578e93004b0a9264f92b27561370011fa3

Contents?: true

Size: 636 Bytes

Versions: 2

Compression:

Stored size: 636 Bytes

Contents

# gem 'physics_plus'
## Evolving set for solving problems in physics

I will try every week to add new gem functionality.

### features already implemented
- Fundamental Constants

### plans to implement functions
- Mechanics
- Thermodynamics
- Optics
- Electrodynamics

### Installation
GEMFILE:
```
gem 'physics_plus'
```

INSTALL:
```
gem install physics_plus
```

EXAMPLE (Fundamental Constants):
```
require 'physics_plus' => true

puts PhysicsPlus.list_fundamental_constants
puts PhysicsPlus.list_planck_quantities

PhysicsPlus.C => 299792458
PhysicsPlus.Na => 6.02214076e+23
```


### License

MIT

**Free Software, Hell Yeah!**

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
physics_plus-0.0.4 README.md
physics_plus-0.0.3 README.md