Module swim.math
Package swim.math

Interface CompleteField<S>

All Superinterfaces:
Field<S>, Ring<S>
All Known Subinterfaces:
RealField<S>
All Known Implementing Classes:
R

public interface CompleteField<S> extends Field<S>
  • Method Details

    • exp

      S exp(S a)
    • log

      S log(S a)
    • pow

      S pow(S b, S e)
    • sqrt

      S sqrt(S a)
    • hypot

      S hypot(S x, S y)
    • sin

      S sin(S a)
    • cos

      S cos(S a)
    • tan

      S tan(S a)
    • asin

      S asin(S a)
    • acos

      S acos(S a)
    • atan

      S atan(S a)
    • atan2

      S atan2(S y, S x)
    • sinh

      S sinh(S x)
    • cosh

      S cosh(S x)
    • tanh

      S tanh(S x)
    • sigmoid

      S sigmoid(S x)
    • rectify

      S rectify(S x)
    • ceil

      S ceil(S a)
    • floor

      S floor(S a)
    • round

      S round(S a)