10.12.2012 Views

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Number Class<br />

arcTan2()<br />

ceil()<br />

cos()<br />

exp()<br />

This method returns the arctangent of the Number object with the parameter<br />

specified. It returns atan2 ( y,x) where y is the parameter specified and x is the<br />

current number object.<br />

Syntax<br />

const Number arcTan2(const Number &val) const<br />

Parameters<br />

val<br />

Number parameter y to the arcTangent function atan2(y,x) .<br />

This method returns the smallest integer that is greater than or equal to the Number<br />

object.<br />

Syntax<br />

const Number ceil() const;<br />

This method returns the cosine of the Number object.<br />

Syntax<br />

const Number cos() const;<br />

This method returns the natural exponential of the Number object.<br />

Syntax<br />

const Number exp() const;<br />

8-108 <strong>Oracle</strong> <strong>C++</strong> <strong>Call</strong> <strong>Interface</strong> Programmer’s <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!