Class MathLib.exp

All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
MathLib

public static final class MathLib.exp extends MathLib.UnaryOp implements com.esotericsoftware.kryo.KryoSerializable
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
      Overrides:
      write in class LibFunction
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable
      Overrides:
      read in class LibFunction
    • call

      protected double call(double d)
      Specified by:
      call in class MathLib.UnaryOp