项目作者: BlackRookSoftware

项目描述 :
Contains classes for mathematical functions or geometric calculations. These classes can be redistributed in whole or in part.
高级语言: Java
项目地址: git://github.com/BlackRookSoftware/Math.git
创建时间: 2019-05-16T04:33:02Z
项目社区:https://github.com/BlackRookSoftware/Math

开源协议:MIT License

下载


Black Rook Math

Copyright (c) 2019 Black Rook Software.
https://github.com/BlackRookSoftware/Math

Required Libraries

NONE

Required Java Modules

java.base

Introduction

This library contains classes for mathematical functions or geometric calculations.
These classes can be redistributed in whole or in part.

Why?

This has been done before - several times, even - but this one is MIT licensed and acknowledges
that not all of it (at once) will be useful.

Library

Contained in this release is a series of classes that should be used for common math or geometry.
The javadocs contain basic outlines of each package’s contents.

Compiling with Ant

To compile this library with Apache Ant, type:

  1. ant compile

To make Maven-compatible JARs of this library (placed in the build/jar directory), type:

  1. ant jar

To make Javadocs (placed in the build/docs directory):

  1. ant javadoc

To compile main and test code and run tests (if any):

  1. ant test

To make Zip archives of everything (main src/resources, bin, javadocs, placed in the build/zip directory):

  1. ant zip

To compile, JAR, test, and Zip up everything:

  1. ant release

To clean up everything:

  1. ant clean

Other

This program and the accompanying materials are made available under the
terms of the MIT License which accompanies this distribution.

A copy of the MIT License should have been included in this release (LICENSE.txt).
If it was not, please contact us for a copy, or to notify us of a distribution
that has not included it.

This contains code copied from Black Rook Base, under the terms of the MIT License (docs/LICENSE-BlackRookBase.txt).