19 lines
514 B
Bash
19 lines
514 B
Bash
#!//bash
|
|
# Math special functions
|
|
cd src/tlusty/math && mv expo.rs math/special/
|
|
mv expint.rs math/special
|
|
mv erfcx.rs math/special
|
|
mv gauleg.rs math/special
|
|
mv expinx.rs math/special
|
|
mv ubeta.rs math/utils
|
|
mv lagran.rs math/interpolate
|
|
mv laguer.rs math/utils
|
|
mv yint.rs math/interpolate
|
|
mv ylintp.rs math/interpolate
|
|
mv tabint.rs math/interpolate
|
|
mv locate.rs math/interpolate
|
|
mv indexx.rs math/utils
|
|
mv gauleg.rs math/special
|
|
mv ubeta.rs math/utils
|
|
|
|
echo "Created math subdirectories and moved basic math files" |