1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/stdlib/math
2018-10-14 13:06:27 -04:00
..
abs_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
abs.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
acos_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
acos.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
asin_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
asin.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
atan2_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
atan2.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
atan_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
atan.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
average_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
average.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
ceil_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
ceil.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
cos_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
cos.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
degrees_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
degrees.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
exp2_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
exp2.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
exp_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
exp.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
floor_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
floor.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
lib.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
log2_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
log2.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
log10_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
log10.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
log_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
log.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
max_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
max.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
mean.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
median_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
median.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
min_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
min.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
percentile_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
percentile.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
pi_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
pi.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
pow_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
pow.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
radians_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
radians.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
rand_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
rand.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
range_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
range.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
round_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
round.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
sin_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
sin.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
sqrt_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
sqrt.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
stddev_population_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
stddev_population.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
stddev_sample_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
stddev_sample.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
sum_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
sum.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
tan_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
tan.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
variance_population_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
variance_population.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
variance_sample_test.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
variance_sample.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
variance.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00