ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
str.cpp File Reference

(* $Id$)

#include <fvar.hpp>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>

Go to the source code of this file.

Functions

adstring chr (int c)
adstring str (double x, int minwidth, int decplaces)
 Convert x to adstring with minimum width and total number of decimal places.
void str (const int a, adstring &s)
adstring str (const int a)

Function Documentation

adstring chr ( int  c)

Definition at line 114 of file str.cpp.

adstring str ( double  x,
int  minwidth = 17,
int  decplaces = -1 
)
void str ( const int  a,
adstring s 
)

Definition at line 89 of file str.cpp.

adstring str ( const int  a)

Definition at line 100 of file str.cpp.