Crates.io | second_order_ode |
lib.rs | second_order_ode |
version | 0.1.0 |
source | src |
created_at | 2018-09-01 16:36:15.612542 |
updated_at | 2018-09-01 16:36:15.612542 |
description | A library for solving second order ODEs. |
homepage | https://github.com/phillyfan1138/second_order_ode_rust |
repository | https://github.com/phillyfan1138/second_order_ode_rust |
max_upload_size | |
id | 82509 |
size | 12,441,032 |
Linux | Codecov |
---|---|
This repository can solve second order ODEs: h(x)f''(x)+g(x)f'(x)+c(x)f(x)=0. The user must specify