My favorites
▼
|
Sign in
undocumented-goodness
Undocumented Goodness for Mac OS X
Project Home
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
Calculate
/
CalculatePrivate.h
r24
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// CalculatePrivate.h
// Calculate.framework
//
// Created by Nicholas Jitkoff on 3/19/08.
//
// These are really just guesses, just pass 1
enum {
CalculateUnknown1 = 1 << 0,
CalculateTreatInputAsIntegers = 1 << 1,
CalculateMoreAccurate = 1 << 2
} CalculateFlags;
// Returns 1 on success
int CalculatePerformExpression(char *expr, int significantDigits, int flags, char *answer);
Show details
Hide details
Change log
r11
by jnj on Mar 19, 2008
Diff
Added dictionary and calculate
Go to:
/trunk/Calculate
/trunk/Calculate/CalculatePrivate.h
/trunk/CoreGraphics/CGSPrivate.h
/trunk/Dictionary
/trunk/Dictionary/DCSPrivate.h
...nk/MultiTouch/NSEvent+Gestures.h
/trunk/QuickLookUI/QLUIPrivate.h
...odness.xcodeproj/project.pbxproj
/trunk/UndocumentedGoodness/main.m
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 394 bytes, 16 lines
View raw file
Powered by
Google Project Hosting