The Frink Language 2009-03-03 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The Frink Language 2009-03-03 (Default branch)
# 1  
Old 03-04-2009
The Frink Language 2009-03-03 (Default branch)

Image Frink is a calculating tool and programming language designed to help you in the real world. It tracks units of measurement throughout all calculations and ensures that answers are correct. It converts between systems of measurement, and has a huge library of physical data. It is both a simple calculator for quick calculations and a full-fledged programming language for large tasks. It draws high-quality graphics, handles conversions between time zones, currencies, and historical values of the U.S. dollar and the British pound, translates between several languages, does date/time math, and more. License: Other/Proprietary License Changes:
This release fixes overflow problems in certain cases of the exponentiation operator where the exponent is an exact rational number. In addition, some unnecessary messages were suppressed when calling the graphics.show[] method at the end of a program. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
XmSetFontUnits(3X)														XmSetFontUnits(3X)

NAME
XmSetFontUnits - A function that sets the font unit value for a display SYNOPSIS
#include <Xm/Xm.h> void XmSetFontUnits (display, h_value, v_value) Display * display; int h_value; int v_value; DESCRIPTION
XmSetFontUnits provides an external function to initialize font unit values. Applications may want to specify resolution-independent data based on a global font size. This function must be called before any widgets with resolution-independent data are created. See the XmNunitType resource description in the manual pages for XmGadget(3X), XmManager(3X), and XmPrimitive(3X) for more information on resolu- tion independence. This function sets the font units for all screens on the display. XmSetFontUnits is obsolete and exists for compatibility with previous releases. Instead of using this function, provide initial values or call XtSetValues for the XmScreen resources XmNhorizontalFontUnit and XmNverticalFontUnit. Defines the display for which this font unit value is to be applied. Specifies the value to be used for horizontal units in the conversion calculations. Specifies the value to be used for vertical units in the conversion calculations. SEE ALSO
XmConvertUnits(3X), XmSetFontUnit(3X), XmGadget(3X), XmManager(3X), XmPrimitive(3X), XmScreen(3X) XmSetFontUnits(3X)