JCL Help:TJclComplex.CNewSinH

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Evaluates the hyperbolic sine of the value of the current complex number object and creates a new resulting complex number object.


Pascal

 public function CNewSinH: TJclComplex;


Return Value

Method CNewSinH returns a newly created object of TJclComplex type that contains the value computed.


Description

Use CNewSinH method to evaluate the hyperbolic sine of the value of the calling complex number object and get a new resulting object of TJclComplex type.


See Also

CSinH CCosH CTanH CCotH CSecH CCscH TJclComplex


About

Donator

Earl F. Glynn


Notes

For changing the value of the calling object instead of creating a new resulting object use CSinH method.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page