strictfp

scala.annotation.strictfp
class strictfp extends StaticAnnotation

If this annotation is present on a method or its enclosing class, the strictfp flag will be emitted.

Attributes

Deprecated
[Since version 3.8.0] As of JDK 17, all floating-point expressions are evaluated strictly and \'strictfp\' is not required
Source
strictfp.scala
Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any
In this article