Ignore:
Timestamp:
Oct 26, 2016 11:37:23 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
8bd5840, b61bd57, b0e0183
Parents:
907186d
Message:

Fix typos in docs. Refs #680

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/media/plugin.rst

    r907186d r20cfa23  
    615615        and complementary error function 
    616616        $\text{erfc}(x) = \frac{1}{\sqrt\pi}\int_x^\inf e^{-t^2}\,dt$. 
    617         The standard manth library erf and erfc are slower and broken 
     617        The standard math library erf and erfc are slower and broken 
    618618        on some platforms. 
    619619 
     
    621621 
    622622    sas_J0: 
    623         Bessel functions of the first kind where 
     623        Bessel function of the first kind where 
    624624        $J_0(x) = \frac{1}{\pi}\int_0^\pi \cos(x\sin(\tau))\,d\tau$. 
    625625 
     
    627627 
    628628    sas_J1: 
    629         Bessel functions of the first kind where 
     629        Bessel function of the first kind where 
    630630        $J_1(x) = \frac{1}{\pi}\int_0^\pi \cos(\tau - x\sin(\tau))\,d\tau$. 
    631631 
     
    633633 
    634634    sas_JN: 
    635         Bessel functions of the first kind where 
     635        Bessel function of the first kind where 
    636636        $J_n(x) = \frac{1}{\pi}\int_0^\pi \cos(n\tau - x\sin(\tau))\,d\tau$. 
    637637 
     
    654654        Bessel form $F(qr) = 2 J_1(qr)/{(qr)}$, with a limiting value of 1 at $qr=0$. 
    655655 
    656         :code:`source = ["lib/polevl.c", "lib/sas_J1c.c", ...]` 
     656        :code:`source = ["lib/polevl.c", "lib/sas_J1.c", ...]` 
    657657 
    658658    Gauss76z[i], Gauss76Wt[i]: 
Note: See TracChangeset for help on using the changeset viewer.