EiffelStudio 6.4.7.6833 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News EiffelStudio 6.4.7.6833 (Development branch)
# 1  
Old 01-27-2009
EiffelStudio 6.4.7.6833 (Development branch)

Image EiffelStudio is an IDE for the Eiffel language (ECMA-367, ISO/IEC 25436, and ACM Software System Award 2006). It includes: Eiffel compiler, Eiffel editor, Eiffel code browsing tool, graphical design tool, refactoring tool, debugger, profiler, and Eiffel analysis tools (Metrics, Dependencies, etc.). Eiffel generates C or CLI for .NET or Mono. Eiffel applies O-O principles and Design by Contract for high-quality software. Many Eiffel libraries are included: ADT, network, GUI, database, parsing (including an Eiffel parser), XML, Web, COM, and more. License: GNU General Public License (GPL) Changes:
EiffelLex was made Encoding, Process, and WEL void-safe. Compiler speed and memory/disk footprint during compilation wee improved, giving about a 100MB disk saving for a 6000 class project. Various testing tool improvements were made. A bug where the editor panel would disappear without the possibility to make it appear again was fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
cpow(3M)																  cpow(3M)

NAME
cpow(), cpowf(), cpowl(), cpoww(), cpowq() - complex power functions SYNOPSIS
DESCRIPTION
These functions are available only for Integrity servers. returns There is a branch cut for the first parameter along the negative real axis. is a version of it takes arguments and returns a result. is a version of it takes arguments and returns a result. is an version of it takes a arguments and returns an result. is equivalent to on HP-UX systems. USAGE
To use these functions, compile with the default option. To use compile with the option. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. RETURN VALUE
returns the value calculated by and raises the exceptions from that calculation, for non-zero y. (The intermediate calculations may be done to greater precision and range.) returns 1+i0. ERRORS
No errors are defined. SEE ALSO
cexp(3M), clog(3M), csqrt(3M), pow(3M), complex(5). STANDARDS CONFORMANCE
: ISO/IEC C99 (including Annex G, ``IEC 60559-compatible complex arithmetic'') HP Integrity Server Only cpow(3M)