VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
tanspace
Function
10 statements
Source File
libMath.f90
libMath
tanspace
Contents
public function tanspace(xstart, xend, nx) result(xout)
Return tan-spaced array over a specified interval
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
xstart
real(kind=dp),
intent(in)
::
xend
integer,
intent(in)
::
nx
Return Value
real(kind=dp), dimension(nx)