BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Namespaces | Functions
numeric.cpp File Reference

Numerical functions for one-dimensional shooting method and area of \(n\)-sphere. More...

#include "numeric.hpp"
#include "math_wrappers.hpp"

Go to the source code of this file.

Namespaces

 BubbleProfiler
 

Functions

double BubbleProfiler::area_n_sphere (int n)
 
double BubbleProfiler::Wm1 (double a)
 
double BubbleProfiler::asinch (double a)
 
double BubbleProfiler::series (double a)
 
double BubbleProfiler::asinc (double a)
 
double BubbleProfiler::approx_root_pos_4 (double a)
 
double BubbleProfiler::approx_root_neg_4 (double a)
 

Detailed Description

Numerical functions for one-dimensional shooting method and area of \(n\)-sphere.

Definition in file numeric.cpp.