lrn@google.com
|
26fab5183a
|
Move parseInt parseDouble to int/double classes as a static method.
Remove math dependency from core/coreimpl in dart2js.
The existing Math.parseInt and Math.parseDouble are kept *for now*, but
simply redirect to the static methods.
They will be removed in time (when library code is ready for it).
Review URL: https://codereview.chromium.org//10913271
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12417 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-17 07:25:38 +00:00 |
|
iposva@google.com
|
43c364c8e5
|
- Change "static final" to "static const" in the lib/ directory.
Review URL: https://chromiumcodereview.appspot.com//10880068
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11401 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-27 18:28:29 +00:00 |
|
lrn@google.com
|
c9631922ae
|
Add documentation to the trigonometric functions in the math library.
BUG=4512
R=ahe@google.com
Review URL: https://chromiumcodereview.appspot.com//10879032
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11315 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-24 14:49:34 +00:00 |
|
ager@google.com
|
652415daaf
|
Cleanup of math sources.
Get rid of temporary unified directory version. Move back into
lib/math where it should be.
Rename patch files from the for math.dartp to the form
math_patch.dart. They are just dart files and I don't like the new
dartp extension.
R=ajohnsen@google.com,lrn@google.com
BUG=
Review URL: https://chromiumcodereview.appspot.com//10831324
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10709 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-15 11:25:40 +00:00 |
|
iposva@google.com
|
a7959423cd
|
- Use the unified dart:math library in the VM.
Review URL: https://chromiumcodereview.appspot.com//10831301
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10698 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-15 04:50:14 +00:00 |
|
rnystrom@google.com
|
0bc9b19740
|
Rename BadNumberFormatException -> FormatException.
Review URL: https://chromiumcodereview.appspot.com//10850034
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10354 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-07 20:56:59 +00:00 |
|
floitsch@google.com
|
de90cce3e2
|
Inline compareTo for numbers into min and max.
Review URL: https://chromiumcodereview.appspot.com//10690086
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9564 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-11 19:00:40 +00:00 |
|
floitsch@google.com
|
a51dc25968
|
Make isUtc a getter, change some method names in Date. Weekday is now 1 based.
isUtc is now a getter.
Date.hours -> Date.hour
Date.minutes -> Date.minute
Date.seconds -> Date.second
Date.milliseconds -> Date.millisecond
Date.fromEpoch -> Date.fromMillisecondsSinceEpoch
Date.value -> Date.millisecondsSinceEpoch
Date.MON == 1 (up to Date.SUN == 7).
Fixes issue 3444, 1985.
Review URL: https://chromiumcodereview.appspot.com//10538105
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8899 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-06-20 11:43:46 +00:00 |
|
iposva@google.com
|
47cb0e5ea5
|
- Fix comments in math.dart
- Create ApiDoc for dart:math.
Review URL: https://chromiumcodereview.appspot.com//10383300
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7915 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-23 16:43:30 +00:00 |
|
iposva@google.com
|
3b3b6e5000
|
- Add a math library. Currently it mostly matches the Math class in dart:core.
- Add a useable Random number generator.
Review URL: https://chromiumcodereview.appspot.com//10389150
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7860 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-22 16:54:31 +00:00 |
|