652415daaf
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
9 lines
287 B
Dart
9 lines
287 B
Dart
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
#library("dart:math");
|
|
|
|
#source("base.dart");
|
|
#source("random.dart");
|