15 lines
358 B
Python
15 lines
358 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
from .calculus import Expression#, Polynom, Fraction, random_str, txt, Equation
|
|
|
|
Expression.RENDER = 'tex'
|
|
|
|
from .stat import Dataset, WeightedDataset
|
|
from .geometry import random_pythagore
|
|
|
|
# -----------------------------
|
|
# Reglages pour 'vim'
|
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
|
# cursor: 16 del
|