2015-04-23 06:42:04 +00:00
|
|
|
#!/usr/bin/env python
|
|
|
|
# encoding: utf-8
|
|
|
|
|
2019-10-14 20:22:08 +00:00
|
|
|
from .calculus import Expression, Integer, Decimal
|
2019-06-28 07:34:06 +00:00
|
|
|
|
2019-10-13 19:01:31 +00:00
|
|
|
# Expression.set_render('tex')
|
2019-06-28 07:34:06 +00:00
|
|
|
|
2019-06-28 08:28:02 +00:00
|
|
|
from .stat import Dataset, WeightedDataset
|
|
|
|
from .geometry import random_pythagore
|
2015-04-23 06:42:04 +00:00
|
|
|
|
|
|
|
# -----------------------------
|
|
|
|
# Reglages pour 'vim'
|
|
|
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
2016-02-13 03:29:26 +00:00
|
|
|
# cursor: 16 del
|