blob: 837564cea3693b5a5ae16d9c89a4c92a62ac6898 [file] [log] [blame]
// 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 fixnum;
import 'dart:math' as Math;
part 'intx.dart';
part 'int32.dart';
part 'int64.dart';