File: types.go

package info (click to toggle)
golang-github-savsgio-gotils 0.0~git20250408.196191e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
package math

// Float64Calculator is a calculator for float64 values.
type Float64Calculator struct{}